removeParticipant method

Future<String?> removeParticipant({
  1. required dynamic conversationId,
  2. required dynamic participantName,
})

Implementation

Future<String?> removeParticipant(
    {required conversationId, required participantName}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}