removeLimitArea method

Future<void> removeLimitArea()
inherited

Implementation

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