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