show<T> method

Future<T?>? show<T>()

Show the snack. It's call SnackbarStatus.OPENING state followed by SnackbarStatus.OPEN

Implementation

Future<T?>? show<T>() async {
  return Get.showSnackbar(this);
}