stopAudioAndHideBanner method

Future<void> stopAudioAndHideBanner()

Stop audio and hide banner.

Implementation

Future<void> stopAudioAndHideBanner() {
  throw UnimplementedError(
      'stopAudioAndHideBanner() has not been implemented.');
}