menu
fml package
documentation
platform/platform.web.dart
Platform
readFileBytes static method
readFileBytes static method
dark_mode
light_mode
readFileBytes
static method
Future
<
Uint8List
?
>
readFileBytes
(
String
?
filepath
)
Implementation
static Future<Uint8List?> readFileBytes(String? filepath) async => null;
fml package
documentation
platform/platform.web
Platform
readFileBytes static method
Platform class