onConnectionError method

  1. @override
void onConnectionError(
  1. dynamic error
)

Implementation

@override
void onConnectionError(dynamic error) {
  eventBus.fire(ImapConnectionLostEvent(this));
}