mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 15:15:50 -06:00
7 lines
64 B
Dart
7 lines
64 B
Dart
enum LoadingStatus {
|
|
initial,
|
|
loading,
|
|
loaded,
|
|
error;
|
|
}
|