getLayerIds method

Future<List> getLayerIds()

Implementation

Future<List> getLayerIds() {
  return _maplibrePlatform.getLayerIds();
}