getState method
Get the current tunnel state
Implementation
Future<TunnelState> getState() {
throw UnimplementedError('getState() has not been implemented.');
}
Get the current tunnel state
Future<TunnelState> getState() {
throw UnimplementedError('getState() has not been implemented.');
}