restart method

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

Restart VPN connection

Implementation

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