broadcast property Null safety
A liveBroadcast resource represents an event that will be streamed, via live video, on YouTube.
Implementation
Future<Broadcast> get broadcast async {
await _confirmToken();
return Broadcast(_token!, dio);
}
A liveBroadcast resource represents an event that will be streamed, via live video, on YouTube.
Future<Broadcast> get broadcast async {
await _confirmToken();
return Broadcast(_token!, dio);
}