Returns whether an image with the given id exists.
Future<bool> hasStyleImage(String imageId) => _impl.hasStyleImage(imageId);