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