@override Future<bool> canGoBack(int webviewId) async { bool? b = await methodChannel .invokeMethod<bool?>('canGoBack', {"webviewId": webviewId}); return b!; }