IntentToFallbackEvent constructor

IntentToFallbackEvent({
  1. PlayerError? reason,
})

Implementation

IntentToFallbackEvent({this.reason}) : super(type: THEOliveApiEventTypes.INTENTTOFALLBACK);