getAutoDisconnectTimestamp method

Future<int> getAutoDisconnectTimestamp()

Gets the timestamp (milliseconds since epoch) when VPN was auto-disconnected.

Returns 0 if VPN was not auto-disconnected.

Implementation

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