onProfileSearchResultsInternal method
void
onProfileSearchResultsInternal(
- List<
MesiboProfile?> profiles, - int reqid,
- bool update
override
Implementation
@override
void onProfileSearchResultsInternal(List<MesiboProfile?> profiles,int reqid,bool update){if(null== _listener|| reqid!= _reqid) return;_listener!.Mesibo_onProfileSearchResults(profiles,this);}