convertJsonToMessage method

Future<NIMResult<NIMMessage>> convertJsonToMessage(
  1. String json
)

Implementation

Future<NIMResult<NIMMessage>> convertJsonToMessage(String json) async {
  throw UnimplementedError('getMessagesDynamically() is not implemented');
}