onCanPlayThrough method

T onCanPlayThrough(
  1. EventCallback handler
)

Implementation

T onCanPlayThrough(EventCallback handler) {
  _attrs['onCanPlayThrough'] = EventAttribute.fromContext(handler);
  return self;
}