setAndroidAudioAttributes method

Future<SetAndroidAudioAttributesResponse> setAndroidAudioAttributes(
  1. SetAndroidAudioAttributesRequest request
)
inherited

On Android, sets the audio attributes, and does nothing on other platforms.

Implementation

Future<SetAndroidAudioAttributesResponse> setAndroidAudioAttributes(
    SetAndroidAudioAttributesRequest request) {
  throw UnimplementedError(
      "setAndroidAudioAttributes() has not been implemented.");
}