removeKeyFromIcloud method

void removeKeyFromIcloud()

Implementation

void removeKeyFromIcloud() async {
  if (kDebugMode) {
    iCloudStorage.delete(creditKey);
  }
}