getState method

Returns current connection state.

Implementation

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