setSettings method

Future<void> setSettings(
  1. bool pictureInPictureEnabled,
  2. String? castReceiverApplicationId
)

Implementation

Future<void> setSettings(
  bool pictureInPictureEnabled,
  String? castReceiverApplicationId,
) {
  throw UnimplementedError('setAppearance() has not been implemented.');
}