stop function
void
stop()
Cancels the document load.
Implementation
void stop() {
_i4.callMethod(
_self,
'stop',
[],
);
}
Cancels the document load.
void stop() {
_i4.callMethod(
_self,
'stop',
[],
);
}