onCastWaitingForDevice property

  1. @override
void onCastWaitingForDevice=(void func(CastWaitingForDeviceEvent))
inherited

See CastWaitingForDeviceEvent for details on this event.

Implementation

@override
set onCastWaitingForDevice(void Function(CastWaitingForDeviceEvent) func) {
  _addListener(func);
}