onProfileSearchResultsInternal method
void
onProfileSearchResultsInternal(
- List<
MesiboProfile?> profiles, - int reqid,
- bool update
override
Implementation
@override
void onProfileSearchResultsInternal(List<MesiboProfile?> profiles,int reqid,bool update){for(final w in mProfileSearchListeners){if(null!= w){w.onProfileSearchResultsInternal(profiles,reqid,update);}
}}