put method

  1. @override
Future<void> put(
  1. String hash,
  2. Uint8List bytes
)
override

Implementation

@override
Future<void> put(String hash, Uint8List bytes) async => _fonts[hash] = bytes;