menu
fml package
documentation
platform/platform.stub.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 => throw UnimplementedError();
fml package
documentation
platform/platform.stub
Platform
readFileBytes static method
Platform class