Read file as bytes
static Future<Uint8List> readFileAsBytes(File file) async { return await file.readAsBytes(); }