execute abstract method

Future execute(
  1. String script
)

Execute JavaScript code and return the result

Implementation

Future<dynamic> execute(String script);