getState method

Future<TunnelState> getState()

Get the current tunnel state

Implementation

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