imageBytes method

  1. @override
Future<Uint8List> imageBytes(
  1. String id,
  2. int height,
  3. int width, {
  4. int? compression,
})
override

Implementation

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