broadcast property

Future<Broadcast> broadcast

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);
}