dismiss static method

void dismiss()

Implementation

static void dismiss() {
  scaffoldMessengerKey.currentState?.removeCurrentSnackBar();
}