menu
mvu_layer package
documentation
mvu.dart
Sub<Model, Msg>
none<Model, Msg> static method
none<Model, Msg> static method
dark_mode
light_mode
none<
Model
,
Msg
>
static method
Sub
<
Model
,
Msg
>
none
<
Model
,
Msg
>(
)
Empty subscription.
Implementation
static Sub<Model, Msg> none<Model, Msg>() => Sub<Model, Msg>([]);
mvu_layer package
documentation
mvu
Sub<Model, Msg>
none<Model, Msg> static method
Sub class