resubscribes method
Implementation
Future<void> resubscribes() async {
_listening = true;
try {
await _subscribes();
} catch (msg) {
log(msg);
}
}
Future<void> resubscribes() async {
_listening = true;
try {
await _subscribes();
} catch (msg) {
log(msg);
}
}