Removes previously added source by id
Future<void> removeSource(String sourceId) { return _maplibrePlatform.removeSource(sourceId); }