disconnect method

Future<bool> disconnect()

Disconnect from the FTP Server return true if we are disconnected successfully

Implementation

Future<bool> disconnect() => _socket.disconnect();