VgkGameServices class

Constructors

VgkGameServices()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

signIn Future<SignInResult>
no setter
signOut Future<SignInResult>
no setter

Static Methods

loadSnapShot(String name) Future<SignInResult>
saveSnapShot(String name, String description, String snapshotData) Future<SignInResult>
setPercentAchievement({required String id, required double percent}) Future<bool>
showAchievements() Future<bool>
showLeaderboard(String id) Future<bool>
startInAppReview() Future<bool>
submitScore({required String id, required int score}) Future<bool>
unlockAchievement(String id) Future<bool>