menu
enough_mail package
documentation
smtp/smtp_client.dart
SmtpClient
onConnectionError method
onConnectionError method
dark_mode
light_mode
onConnectionError
method
@
override
void
onConnectionError
(
dynamic
error
)
Implementation
@override void onConnectionError(error) { eventBus.fire(SmtpConnectionLostEvent()); }
enough_mail package
documentation
smtp/smtp_client
SmtpClient
onConnectionError method
SmtpClient class