watchNotifications method

Stream<SingBoxNotification> watchNotifications()

Subscribe to notifications from sing-box Returns Stream with notification updates

Implementation

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