evaluateJavascriptWeb method
A function to execute JS passed as a WebScript to the editor. This should only be used on Flutter Web.
Implementation
Future<dynamic> evaluateJavascriptWeb(String name, {bool hasReturnValue = false}) =>
Future.value();