menu
fml package
documentation
platform/platform.stub.dart
Platform
readFile static method
readFile static method
dark_mode
light_mode
readFile
static method
Future
<
String
?
>
readFile
(
String
?
filepath
)
Implementation
static Future<String?> readFile(String? filepath) async => throw UnimplementedError();
fml package
documentation
platform/platform.stub
Platform
readFile static method
Platform class