Mesibo_onLocationError method

  1. @override
void Mesibo_onLocationError(
  1. MesiboProfile profile,
  2. int error
)
override

Implementation

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