getLayerIds method

Future<List> getLayerIds()

Implementation

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