resetUpdates method

Future<void> resetUpdates()

Closes the updates stream and re-initializes the StreamController such that the stream can be listened to again

Implementation

Future<void> resetUpdates() => _downloader.resetUpdatesStreamController();