getFileSize static method

Future<int> getFileSize(
  1. File file
)

Implementation

static Future<int> getFileSize(File file) => file.length();