Closed mehtahardikr closed 4 years ago
hey @are :
one question
is this added ?
pubnub.supervisor.events.listen((event) { // Check NetworkIsDownEvent OR NetworkIsUpEvent });
and is this not added as in your comments you told me to use ?
pubnub.signals.networkIsConnected.listen((isUp) { if (isUp) { print('network reconnected'); } else { print('network disconnected'); } });
Please refer this : https://github.com/pubnub/dart/issues/19
It is available as pubnub.signals (documentation here: https://pub.dev/documentation/pubnub/latest/core/Signals-class.html).
pubnub.signals
okay got that. thank you !
hey @are :
one question
is this added ?
and is this not added as in your comments you told me to use ?
Please refer this : https://github.com/pubnub/dart/issues/19