menu
miniriverpod package
documentation
miniriverpod_core.dart
Call<R, State>
body property
body property
dark_mode
light_mode
body
property
Future
<
R
>
Function
(
Ref
<
State
>
ref
)
get
body
The body to execute within a
Ref
context.
Implementation
Future<R> Function(Ref<State> ref) get body;
miniriverpod package
documentation
miniriverpod_core
Call<R, State>
body property
Call class