addImage abstract method

Future<void> addImage(
  1. String id,
  2. Uint8List bytes
)

Add an image to the map.

Implementation

Future<void> addImage(String id, Uint8List bytes);