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