onMessage property Null safety
Listen to message receiving.
Implementation
Stream<List<NIMMessage>> get onMessage =>
MessageServicePlatform.instance.onMessage.stream;
Listen to message receiving.
Stream<List<NIMMessage>> get onMessage =>
MessageServicePlatform.instance.onMessage.stream;