removeAllUserScripts method

Future<void> removeAllUserScripts()

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();
}