setAndroidAudioAttributes method

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.");
}