UpdateAllVideoStreamsFunction typedef

UpdateAllVideoStreamsFunction = void Function(List<Stream>)

Function type for updating the list of all video streams.

Implementation

typedef UpdateAllVideoStreamsFunction = void Function(List<Stream>);