styleSourceExists method

Future<bool> styleSourceExists(
  1. String sourceId
)

Returns whether a source with the given id exists.

Implementation

Future<bool> styleSourceExists(String sourceId) =>
    _impl.styleSourceExists(sourceId);