hasStyleImage abstract method

Future<bool> hasStyleImage(
  1. String imageId
)

Returns whether an image with the given id exists.

Implementation

Future<bool> hasStyleImage(String imageId);