restore method

Future<void> restore()

Restores the subscription and its shared, underlying subscribe loop after an exception.

Implementation

Future<void> restore() async {
  await _manager.restore();
}