removeLimitArea method

Future<void> removeLimitArea()
inherited

Implementation

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