close method

Future<void> close()

Closes the refresh stream.

Implementation

Future<void> close() async {
  await _refreshStream.close();
}