3 lines
No EOL
62 B
Dart
3 lines
No EOL
62 B
Dart
bool loadingReducer(isLoading, action) {
|
|
return isLoading;
|
|
} |