possiblyStakeMidnight method

void possiblyStakeMidnight(
  1. String releaseShapeGone
)

Implementation

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