setCredits method
Implementation
void setCredits(int creditToSet) async {
if (kDebugMode) {
credits = creditToSet;
await _setCreditsToICloud(credits);
}
}
void setCredits(int creditToSet) async {
if (kDebugMode) {
credits = creditToSet;
await _setCreditsToICloud(credits);
}
}