menu
mhu_dart_commons package
documentation
commons.dart
FileLoader<K> typedef
FileLoader<K> typedef
dark_mode
light_mode
FileLoader<
K
>
typedef
FileLoader
<
K
> =
Future
<
Uint8List
>
Function
(
K
path
)
Implementation
typedef FileLoader<K> = Future<Uint8List> Function(K path);
mhu_dart_commons package
documentation
commons
FileLoader<K> typedef
commons library