getLayerIds method

Future<List> getLayerIds()

Implementation

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