Future<String> evaluateJavascript(String js) async { return await _channel.invokeMethod('evaluateJavascript', { 'js': js, }); }