currentLocation method

Future<void> currentLocation()

activate current location position

Implementation

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