onMessageReceived property
A stream that listens to messages sent from the Node.js environment.
Messages are returned as a map containing tag and message keys.
Implementation
Stream<Map<String, dynamic>> get onMessageReceived {
throw UnimplementedError('onMessageReceived has not been implemented.');
}