currentSportStream property
Stream
get
currentSportStream
getcurrentSportStream
Implementation
static Stream<dynamic> get currentSportStream {
return _currentSportChannel.receiveBroadcastStream().cast();
}