onLoadStart method
The loadstart event is fired when the browser has started to load a resource. Read more...
Implementation
Video onLoadStart(Function(Element, Event)? fun) {
if (fun != null) on.call('loadstart', fun);
return this;
}
The loadstart event is fired when the browser has started to load a resource. Read more...
Video onLoadStart(Function(Element, Event)? fun) {
if (fun != null) on.call('loadstart', fun);
return this;
}