watchStatus method

Stream<VpnStatus> watchStatus()

Watch VPN status changes

Implementation

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