setAllowsExternalPlayback method

Future<SetAllowsExternalPlaybackResponse> setAllowsExternalPlayback(
  1. SetAllowsExternalPlaybackRequest request
)
inherited

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