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