onProfileSearchResultsInternal abstract method

void onProfileSearchResultsInternal(
  1. List<MesiboProfile?> profiles,
  2. int reqid,
  3. bool update
)

Implementation

}}abstract class MesiboProfileSearchListenerFlutter{static const MessageCodec<Object?> codec= _MesiboProfileSearchListenerFlutterCodec();void onProfileSearchResultsInternal(List<MesiboProfile?> profiles,int reqid,bool update);