@override Future<Uint8List> imageBytes(String id, int height, int width, {int? compression}) async { return Uint8List(0); }