setup method

Future<void> setup()

Initialize the VPN core

Implementation

Future<void> setup() {
  throw UnimplementedError('setup() has not been implemented.');
}