menu
neomage package
documentation
core/platform/neomage_io_stub.dart
File
copy method
copy method
dark_mode
light_mode
copy
method
Future
<
File
>
copy
(
String
newPath
)
Implementation
Future<File> copy(String newPath) async => File(newPath);
neomage package
documentation
core/platform/neomage_io_stub
File
copy method
File class