setAllowsExternalPlayback method

On iOS and macOS, sets the allowsExternalPlayback option, and does nothing on other platforms.

Implementation

Future<SetAllowsExternalPlaybackResponse> setAllowsExternalPlayback(
    SetAllowsExternalPlaybackRequest request) {
  throw UnimplementedError(
      "setAllowsExternalPlayback() has not been implemented.");
}