androidAdjustRemoteVolume abstract method

Future<void> androidAdjustRemoteVolume(
  1. AndroidVolumeDirection direction
)

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

Implementation

Future<void> androidAdjustRemoteVolume(AndroidVolumeDirection direction);