getUnReadMsgCount method

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

Implementation

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