YouTubeConnectionService class

YouTube Connection Service with enhanced OAuth fixes Implements better error handling, timeouts, and refresh token support

Constructors

YouTubeConnectionService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isYouTubeConnected() Future<bool>
Check YouTube connection status
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refreshYouTubeTokens(String username) Future<bool>
Refresh YouTube tokens (matching working implementation)
signInWithGoogle(String username, BuildContext context, [String? customClientId]) Future<bool>
Main YouTube authentication method following working implementation flow
signOut() Future<bool>
Sign out from YouTube
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited