show toast text and dismiss automatic
static Future showToast({required String text}) async { return _globalHud?.showToast(text: text); }