connect method

Future<bool> connect(
  1. String config
)

Connect to VPN with specified configuration config - JSON string with server configuration

Implementation

Future<bool> connect(String config) {
  throw UnimplementedError('connect() has not been implemented.');
}