menu
umvvm package
documentation
arch/base/umvvm_app.dart
LocaleCachePutDelegate typedef
LocaleCachePutDelegate typedef
dark_mode
light_mode
LocaleCachePutDelegate
typedef
LocaleCachePutDelegate
=
Future
<
bool
>
Function
(
String
name
,
String
data
)
Implementation
typedef LocaleCachePutDelegate = Future<bool> Function( String name, String data, );
umvvm package
documentation
arch/base/umvvm_app
LocaleCachePutDelegate typedef
umvvm_app library