menu
remote_app_control package
documentation
viewer.dart
MemoryFontCache
put method
put method
dark_mode
light_mode
put
method
@
override
Future
<
void
>
put
(
String
hash
,
Uint8List
bytes
)
override
Implementation
@override Future<void> put(String hash, Uint8List bytes) async => _fonts[hash] = bytes;
remote_app_control package
documentation
viewer
MemoryFontCache
put method
MemoryFontCache class