@override Future<void> open(String url, int startPos) { return _methodChannel.invokeMethod("open",{"url":url,"startPos":startPos}); }