onMessage property Null safety

Stream<List<NIMMessage>> onMessage

Listen to message receiving.

Implementation

Stream<List<NIMMessage>> get onMessage =>
    MessageServicePlatform.instance.onMessage.stream;