stopAudioAndHideBanner method
Stop audio and hide banner.
Implementation
Future<void> stopAudioAndHideBanner() {
throw UnimplementedError(
'stopAudioAndHideBanner() has not been implemented.');
}
Stop audio and hide banner.
Future<void> stopAudioAndHideBanner() {
throw UnimplementedError(
'stopAudioAndHideBanner() has not been implemented.');
}