`ScaffoldMessenger.of(context).showSnackBar(SnackBar(content: Text('abc')))` will show snackbark notification twice. It should show it only once.
ScaffoldMessenger.of(context).showSnackBar(SnackBar(content: Text('abc')))will show snackbark notification twice. It should show it only once.