showVolumeUpdate method

Future<void> showVolumeUpdate(
  1. bool show
)

Show or not system audio change bar when audio is changed

Implementation

Future<void> showVolumeUpdate(bool show) async {
  await FlutterVolumeController.updateShowSystemUI(show);
}