hasStyleImage method

Future<bool> hasStyleImage(
  1. String imageId
)

Returns whether an image with the given id exists.

Implementation

Future<bool> hasStyleImage(String imageId) => _impl.hasStyleImage(imageId);