get Current Location
@RequiresPermission(anyOf = ["android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION" ] )
Returns a single location fix representing the best estimate of the current location of the device.
Parameters
omh On Success Listener
the callback object that will be triggered when completed successfully.
omh On Failure Listener
the callback object that will be triggered when failed.