removeImage abstract method

Future<void> removeImage(
  1. String id
)

Removes an image from the map

Implementation

Future<void> removeImage(String id);