Reset the options for a stream with the given name.
Future<void> resetStreamOptions(String name) { return _streamManager.resetStreamOptions(name); }