onProfileSearchResultsInternal method

  1. @override
void onProfileSearchResultsInternal(
  1. List<MesiboProfile?> profiles,
  2. int reqid,
  3. 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);}
}}