onMessage property
This callback will be called when we receive a message from server
Implementation
PublishSubject<String> onMessage = PublishSubject<String>();
This callback will be called when we receive a message from server
PublishSubject<String> onMessage = PublishSubject<String>();