show method

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

Implementation

SnackbarController show() {
  return Get.showSnackbar(this);
}