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