notReadyAlert method

void notReadyAlert()

Implementation

void notReadyAlert() {
  if (Platform.isIOS) {
    AdfurikunPlugin.invoke(method(METHOD_NOT_READY_ALERT_REWARD), args());
  }
}