removeAllUserScripts method
Removes every user script registered through addUserScript.
JavaScript channels and other scripts managed by the plugin are kept.
Implementation
Future<void> removeAllUserScripts() {
return platform.removeAllUserScripts();
}