currentLocation method
activate current location position
Implementation
Future<void> currentLocation() async {
await osmBaseController.currentLocation();
}
activate current location position
Future<void> currentLocation() async {
await osmBaseController.currentLocation();
}