menu
june package
documentation
state_manager/src/simple/state.dart
Bind<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}) => June.isPrepared<S>(tag: tag);
june package
documentation
state_manager/src/simple/state
Bind<T>
isPrepared<S> static method
Bind class