menu
neomage package
documentation
core/platform/neomage_io_stub.dart
File
create method
create method
dark_mode
light_mode
create
method
Future
<
File
>
create
(
{
bool
recursive
=
false
,
bool
exclusive
=
false
,
})
Implementation
Future<File> create({bool recursive = false, bool exclusive = false}) async => this;
neomage package
documentation
core/platform/neomage_io_stub
File
create method
File class