getParticipants method

Future<List?> getParticipants({
  1. required String conversationId,
})

Implementation

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