menu
enough_mail package
documentation
imap/imap_client.dart
ImapClient
onConnectionError method
onConnectionError method
dark_mode
light_mode
onConnectionError
method
@
override
void
onConnectionError
(
dynamic
error
)
Implementation
@override void onConnectionError(dynamic error) { eventBus.fire(ImapConnectionLostEvent(this)); }
enough_mail package
documentation
imap/imap_client
ImapClient
onConnectionError method
ImapClient class