Returns whether a source with the given id exists.
Future<bool> styleSourceExists(String sourceId) => _impl.styleSourceExists(sourceId);