getStats method

Future<VpnRuntimeStats> getStats()

Returns current runtime stats.

Implementation

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