loadFontFromDeviceFileSystem function
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");