Whenever I try to call get.snackbar, no snackbar is shown? According to the pub.dev page, I just need to use
Get.snackbar(
'User 123',
'Successfully created',
);
But whenever I use that in my code, no snackbar is shown? Am I using it wrongly? thank you for your help!