updatePlayerTier method
Implementation
_i2.Future<void> updatePlayerTier({
required String email,
required String tierManipulationKey,
required _i5.PlanTier planTier,
}) =>
caller.callServerEndpoint<void>(
'tier',
'updatePlayerTier',
{
'email': email,
'tierManipulationKey': tierManipulationKey,
'planTier': planTier,
},
);