evalJavascript abstract method

Future evalJavascript(
  1. String codeToEval
)

Implementation

Future<dynamic> evalJavascript(String codeToEval);