Mesibo_onLocationReceived method

  1. @override
void Mesibo_onLocationReceived(
  1. MesiboProfile profile
)
override

Implementation

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