onConnectionError method
Is called when the connection encountered an error
Implementation
@override
void onConnectionError(dynamic error) {
eventBus.fire(PopConnectionLostEvent(this));
}
Is called when the connection encountered an error
@override
void onConnectionError(dynamic error) {
eventBus.fire(PopConnectionLostEvent(this));
}