removeParticipant method

  1. @override
Future<void> removeParticipant(
  1. String conversationId,
  2. String userId
)
override

Implementation

@override
Future<void> removeParticipant(
        String conversationId, String userId) =>
    throw UnimplementedError();