menu
ftp_server package
documentation
file_operations/file_operations.dart
FileOperations
fileSize abstract method
fileSize abstract method
dark_mode
light_mode
fileSize
abstract method
Future
<
int
>
fileSize
(
String
path
)
Returns the size of the file at the specified path.
Implementation
Future<int> fileSize(String path);
ftp_server package
documentation
file_operations/file_operations
FileOperations
fileSize abstract method
FileOperations class