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