loadFontFromDeviceFileSystem function
Stubbed out version of loadFontFromDeviceFileSystem from
file_io_desktop_and_mobile.dart.
Implementation
Future<ByteData?> loadFontFromDeviceFileSystem({
required String name,
required String fileHash,
}) {
return Future.value(null);
}