loadFontFromDeviceFileSystem function

Future<ByteData> loadFontFromDeviceFileSystem(
  1. String name, {
  2. String? ext,
})

Stubbed out version of loadFontFromDeviceFileSystem from file_io_desktop_and_mobile.dart.

Implementation

Future<ByteData> loadFontFromDeviceFileSystem(String name,
        {String? ext}) async =>
    throw Exception("Not supported platform");