closeConnection method

  1. @Deprecated('Please use `disconnect()` instead.')
Future closeConnection()

Closes the connection to the remote SMTP server.

Implementation

@Deprecated('Please use `disconnect()` instead.')
Future<dynamic> closeConnection() {
  return disconnect();
}