menu
nt_repository package
documentation
model/nt_repository.dart
NTRepository
getState static method
getState static method
dark_mode
light_mode
getState
static method
Future
<
Result
<
dynamic
,
String
>
>
getState
(
)
Implementation
static Future<Result<dynamic, String>> getState() async { return await Repository().getEstado(); }
nt_repository package
documentation
model/nt_repository
NTRepository
getState static method
NTRepository class