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