call abstract method
TRes
call({
- bool? enable,
- String? game,
- Input$GameIntegrationCustomInput? custom,
- Input$GameIntegrationLeaderboardInput? leaderboard,
- List<
Input$GameIntegrationRewardsSchedularInput> ? rewardsSchedular,
Implementation
TRes call({
bool? enable,
String? game,
Input$GameIntegrationCustomInput? custom,
Input$GameIntegrationLeaderboardInput? leaderboard,
List<Input$GameIntegrationRewardsSchedularInput>? rewardsSchedular,
});