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