onMessageUpdate method
callback
will be called when the MESSAGE_UPDATE
event has been recieved
Implementation
void onMessageUpdate(Function(Message message) callback) =>
_onMessageUpdate = callback;
callback
will be called when the MESSAGE_UPDATE
event has been recieved
void onMessageUpdate(Function(Message message) callback) =>
_onMessageUpdate = callback;