@override Future<void> goForward(int webviewId) async { await methodChannel .invokeMethod<void>('goForward', {"webviewId": webviewId}); }