Future<YukaFile> fromFile(File file) async{ final Uint8List data = await file.readAsBytes(); return await fromBytes(data,'file',file.path); }