connect abstract method

Future<bool> connect(
  1. String address,
  2. String type,
  3. bool isCloseConnection,
  4. int timeout,
)

Implementation

Future<bool> connect(
    String address, String type, bool isCloseConnection, int timeout);