unload method
卸载扩展
Implementation
@override
unload() {
eval('''
delete fetch;
fetch = undefined;
''', sourceURL: "cleanFetchJSCode");
}
卸载扩展
@override
unload() {
eval('''
delete fetch;
fetch = undefined;
''', sourceURL: "cleanFetchJSCode");
}