menu
miniriverpod package
documentation
miniriverpod_core.dart
Ref<State>
invoke<R, S> method
invoke<R, S> method
dark_mode
light_mode
invoke<
R
,
S
>
method
Future
<
R
>
invoke
<
R
,
S
>(
Call
<
R
,
S
>
call
)
Implementation
Future<R> invoke<R, S>(Call<R, S> call) => _core.invoke(call);
miniriverpod package
documentation
miniriverpod_core
Ref<State>
invoke<R, S> method
Ref class