removeLimitArea method

Future<void> removeLimitArea()
inherited

Implementation

Future<void> removeLimitArea() async {
  await interop.limitArea(mapIdMixin, BoundingBox.world().toBoundsJS());
}