watchStats method

Stream<VpnStats> watchStats()

Watch VPN traffic stats

Implementation

Stream<VpnStats> watchStats() {
  throw UnimplementedError('watchStats() has not been implemented.');
}