livestreamHostNotAvailable property

  1. @override
String get livestreamHostNotAvailable
override

Label shown when the host of the livestream is not available.

In en, this message translates to: 'The host's video is not available.'

Implementation

@override
String get livestreamHostNotAvailable =>
    'The host\'s video is not available.';