Youtube class
- Inheritance
-
- Object
- GoogleApisClientRaw
- Youtube
Constructors
- Youtube({required GoogleApisClientApiKey googleApisClientApiKey})
Properties
- google_apis_client_api_key ↔ GoogleApisClientApiKey
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addComment(
{required String videoId, required String text, String? channelId, GoogleApisClientApiKey? googleApisClientApiKey}) → Future< CommentThread> -
googleApisClient(
{GoogleApisClientApiKey? googleApisClientApiKey}) → Future< GoogleApisClientApiKey> -
inherited
-
initClient(
{required GoogleApisClientApiKey googleApisClientApiKey}) → Future< GoogleApisClientApiKey> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subscribeChannel(
{required String channel, GoogleApisClientApiKey? googleApisClientApiKey}) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
-
unSubscribeChannel(
{required String channel, GoogleApisClientApiKey? googleApisClientApiKey}) → dynamic -
youTubeApiClient(
{GoogleApisClientApiKey? googleApisClientApiKey}) → Future< YouTubeApi>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited