Unverified Commit 236507f0 authored by Konstantin Scheglov's avatar Konstantin Scheglov Committed by GitHub

Provide the argument for a required parameter 'data'. (#63728)

parent 64d76f2f
...@@ -60,7 +60,7 @@ class TestRestorationManager extends RestorationManager { ...@@ -60,7 +60,7 @@ class TestRestorationManager extends RestorationManager {
/// To turn restoration back on call [restoreFrom]. /// To turn restoration back on call [restoreFrom].
void disableRestoration() { void disableRestoration() {
_restorationData = null; _restorationData = null;
handleRestorationUpdateFromEngine(enabled: false); handleRestorationUpdateFromEngine(enabled: false, data: null);
} }
@override @override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment