onPolygonRemoveAt method

Stream<PolygonRemoveAtEvent> onPolygonRemoveAt({
  1. required int mapId,
})

Implementation

Stream<PolygonRemoveAtEvent> onPolygonRemoveAt({required int mapId}) {
  throw UnimplementedError('onPolygonRemoveAt() has not been implemented.');
}