Network plugin not working

Hi,

am trying to integrate network plugin, and it is not working…
It was working before , but now something happened and its not working


        let disconnectSubscription = this.network.onDisconnect().subscribe(() => {
          console.log('network was disconnected :-(');
        });

not getting printed in console