SetCaptioningEnabledRequest constructor

  1. @literal
const SetCaptioningEnabledRequest({
  1. required bool enabled,
})

Implementation

@literal
const SetCaptioningEnabledRequest({required this.enabled});