onPolygonInsertAt method

Stream<PolygonInsertAtEvent> onPolygonInsertAt({
  1. required int mapId,
})

Implementation

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