show method

Future<void> show()

Show PopupHUD on top of current Navigator

Implementation

Future<void> show() => Navigator.push(context, _popupHUD);