start method

Future<bool> start(
  1. String configLink,
  2. String name
)

Start VPN connection

Implementation

Future<bool> start(String configLink, String name) {
  throw UnimplementedError('start() has not been implemented.');
}