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