menu
flutter_meteor package
documentation
shared_state/shared_state_mixin.dart
GlobalSharedStateMixin
getBytes method
getBytes method
dark_mode
light_mode
getBytes
method
Future
<
List
<
int
?
>
?
>
getBytes
(
String
key
)
Implementation
Future<List<int?>?> getBytes(String key) async { return await SharedMemoryCache.getBytes(key); }
flutter_meteor package
documentation
shared_state/shared_state_mixin
GlobalSharedStateMixin
getBytes method
GlobalSharedStateMixin mixin