androidAdjustRemoteVolume method

  1. @override
  2. @mustCallSuper
Future<void> androidAdjustRemoteVolume(
  1. AndroidVolumeDirection direction
)
override

Adjust the remote volume on Android. This works only when using RemoteAndroidPlaybackInfo.

Implementation

@override
@mustCallSuper
Future<void> androidAdjustRemoteVolume(AndroidVolumeDirection direction) =>
    _inner.androidAdjustRemoteVolume(direction);