clearBanners function

void clearBanners(
  1. BuildContext context
)

Implementation

void clearBanners(BuildContext context) {
  ScaffoldMessenger.of(context).clearMaterialBanners();
}