Show or not system audio change bar when audio is changed
Future<void> showVolumeUpdate(bool show) async { await FlutterVolumeController.updateShowSystemUI(show); }