From 8ff2b958f23d0b2dba3710ae888c10b122bd50d2 Mon Sep 17 00:00:00 2001 From: sorenthompson-wk Date: Wed, 1 May 2024 10:50:17 -0600 Subject: [PATCH] Update onResume type --- lib/src/lifecycle_module.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/lifecycle_module.dart b/lib/src/lifecycle_module.dart index b383829..97a7464 100644 --- a/lib/src/lifecycle_module.dart +++ b/lib/src/lifecycle_module.dart @@ -861,7 +861,7 @@ abstract class LifecycleModule extends SimpleModule with Disposable { /// /// Any changes made in [onSuspend] can be reverted here. @protected - Future onResume() async {} + Future onResume() async {} /// Custom logic to be executed during shouldUnload (consequently also in unload). ///