getStreamOptions method

Future<List<Resolution>> getStreamOptions(
  1. String name
)

Get the stream options for a stream with the given name.

Implementation

Future<List<Resolution>> getStreamOptions(String name) async {
  return _streamManager.getStreamOptions(name);
}