@override Future<List<int>> readFileAsBytes(final Uri uri) async => await File.fromUri(uri).readAsBytes();