file - the file to be loaded
file
@override Future<ThreeFile> fromFile(File file) async{ final Uint8List data = await file.readAsBytes(); return await fromBytes(data,'file',file.path); }