menu
g_state package
documentation
controller/controller.dart
GBind<T>
isPrepared<S> static method
isPrepared<S> static method
dark_mode
light_mode
isPrepared<
S
>
static method
bool
isPrepared
<
S
>(
{
String
?
tag
,
})
Implementation
static bool isPrepared<S>({String? tag}) => GS.isPrepared<S>(tag: tag);
g_state package
documentation
controller/controller
GBind<T>
isPrepared<S> static method
GBind class