restore method
Restores the subscription and its shared, underlying subscribe loop after an exception.
Implementation
Future<void> restore() async {
await _manager.restore();
}
Restores the subscription and its shared, underlying subscribe loop after an exception.
Future<void> restore() async {
await _manager.restore();
}