menu
neomage package
documentation
data/auth/auth_service.dart
AuthService
hasValidConfig method
hasValidConfig method
dark_mode
light_mode
hasValidConfig
method
Future
<
bool
>
hasValidConfig
(
)
Implementation
Future<bool> hasValidConfig() async { final config = await loadApiConfig(); return config != null; }
neomage package
documentation
data/auth/auth_service
AuthService
hasValidConfig method
AuthService class