getImage abstract method

Future<Uint8List?> getImage(
  1. String id, {
  2. bool forceDownload = false,
})

Implementation

Future<Uint8List?> getImage(
  String id, {
  bool forceDownload = false,
});