closeConnection method
Closes the connection to the remote SMTP server.
Implementation
@Deprecated('Please use `disconnect()` instead.')
Future<dynamic> closeConnection() {
return disconnect();
}
Closes the connection to the remote SMTP server.
@Deprecated('Please use `disconnect()` instead.')
Future<dynamic> closeConnection() {
return disconnect();
}