menu
volume_info package
documentation
volume_info_platform_interface.dart
VolumeInfoPlatform
copyFile abstract method
copyFile abstract method
dark_mode
light_mode
copyFile
abstract method
Future
<
bool
>
copyFile
(
String
srcFile
,
String
dstFile
, {
int
bufferSize
=
1024
,
})
Implementation
Future<bool> copyFile(String srcFile, String dstFile, {int bufferSize = 1024});
volume_info package
documentation
volume_info_platform_interface
VolumeInfoPlatform
copyFile abstract method
VolumeInfoPlatform class