sendCommand method
Implementation
Future<SmtpResponse> sendCommand(SmtpCommand command) {
_currentCommand = command;
writeText(command.command, command);
return command.completer.future;
}
Future<SmtpResponse> sendCommand(SmtpCommand command) {
_currentCommand = command;
writeText(command.command, command);
return command.completer.future;
}