EnhancedYouTubeConnectionService class
Enhanced YouTube Connection Service with improved OAuth fixes Implements better error handling, timeouts, and refresh token support
Constructors
- EnhancedYouTubeConnectionService()
-
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
-
authenticateYouTube(
String username, BuildContext context, {String? customClientId}) → Future< bool> - Enhanced YouTube authentication with better error handling and timeouts
-
isConnected(
) → Future< bool> - Enhanced connection status check
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signOut(
) → Future< bool> - Enhanced sign out
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited