Mesibo_onLocationReceived method
Implementation
@override
void Mesibo_onLocationReceived(MesiboProfile profile){for(final w in mLocationListeners){if(null!= w.target){w.target?.Mesibo_onLocationReceived(profile);}
}}
@override
void Mesibo_onLocationReceived(MesiboProfile profile){for(final w in mLocationListeners){if(null!= w.target){w.target?.Mesibo_onLocationReceived(profile);}
}}