get Last Location
@RequiresPermission(anyOf = ["android.permission.ACCESS_COARSE_LOCATION", "android.permission.ACCESS_FINE_LOCATION" ] )
Returns the most recent historical location currently available. Will return null if no historical location is available. The historical location may be of an arbitrary age, so clients should check how old the location is to see if it suits their purposes.
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.