registerWebFont function

Future<void> registerWebFont(
  1. String family,
  2. Uint8List bytes,
  3. int weight
)

Implementation

Future<void> registerWebFont(String family, Uint8List bytes, int weight) async {}