removeLimitAreaMap method

Future<void> removeLimitAreaMap()

removeLimitAreaMap

remove area camera limit from the map, this support only in android

Implementation

Future<void> removeLimitAreaMap() async {
  await osmBaseController.removeLimitArea();
}