EpicGamesLeaderboardProvider class
LeaderboardProvider stub for Epic Online Services.
The Epic Games SDK is not yet available as a stable Flutter package. This stub satisfies the LeaderboardProvider contract and logs a warning when called. Replace with a real implementation once an appropriate Flutter/FFI binding is available.
- Implemented types
Constructors
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
-
dispose(
) → Future< void> -
override
-
getTopScores(
LeaderboardDefinition leaderboard, {int limit = 10}) → Future< List< LeaderboardEntry> > -
Returns the top
limitentries forleaderboard.override -
initialize(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showLeaderboard(
LeaderboardDefinition leaderboard) → Future< void> -
Opens the platform's native leaderboard UI for
leaderboard.override -
submitScore(
LeaderboardDefinition leaderboard, int score) → Future< void> -
Submits
scoreto the specified leaderboard.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited