refresh method

Future<void> refresh()

Triggers a refresh of the Stream function.

Implementation

Future<void> refresh() {
  throw Exception('This is just a stub for code generation.');
}