curriculumTollShaftGold method

void curriculumTollShaftGold(
  1. String bulbGuerrillaRound
)

Implementation

void curriculumTollShaftGold(String bulbGuerrillaRound) {
  SmartDialog.showNotify(
    msg: bulbGuerrillaRound,
    notifyType: NotifyType.error,
    alignment: Alignment.center,
  );
}