getState method
Returns current connection state.
Implementation
Future<VpnConnectionState> getState() {
throw UnimplementedError('getState() has not been implemented.');
}
Returns current connection state.
Future<VpnConnectionState> getState() {
throw UnimplementedError('getState() has not been implemented.');
}