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