GameServicesFirebaseAuthMethodChannel class

A platform-specific implementation of GameServicesFirebaseAuth that communicates with native code (iOS/Android) via method channels.

This class provides the logic to interact with native game services, such as Play Games on Android and Game Center on iOS, by invoking method channel calls.

Inheritance

Properties

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

Methods

getAndroidServerAuthCode() Future<String?>
Retrieves the Android server authentication code for Play Games.
override
isAlreadySignInWithGameService() Future<bool>
Checks whether the user is already signed in with the platform's native game service.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signInWithGameService() Future<bool>
Signs the user in with the platform's native game service.
override
toString() String
A string representation of this object.
inherited

Operators

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