You can also use,
Scaffold.of(context).hideCurrentSnackBar();
Be careful when you use context, use the correct context.
NOTE
In the new Flutter Version, this method is deprecated.
Therefore use
ScaffoldMessenger.of(context).hideCurrentSnackBar();