menu
flutter_nop package
documentation
nop_state.dart
PopAndPush typedef
PopAndPush typedef
dark_mode
light_mode
PopAndPush
typedef
PopAndPush
=
Future
<
T?
>
Function<
T
,
R
>
(
String
name
, {
Object
?
arguments
,
R?
result
})
Implementation
typedef PopAndPush = Future<T?> Function<T, R>(String name, {Object? arguments, R? result});
flutter_nop package
documentation
nop_state
PopAndPush typedef
nop_state library