showConsentForm function

Future<void> showConsentForm()

Implementation

Future<void> showConsentForm() async {
  FastAdInfoBloc.instance.addEvent(const FastAdInfoBlocEvent.askForConsent());
}