Skip to content

Commit

Permalink
Update onResume type
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenthompson-wk committed May 1, 2024
1 parent 19a2f69 commit 8ff2b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/lifecycle_module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ abstract class LifecycleModule extends SimpleModule with Disposable {
///
/// Any changes made in [onSuspend] can be reverted here.
@protected
Future<Null> onResume() async {}
Future<void> onResume() async {}

/// Custom logic to be executed during shouldUnload (consequently also in unload).
///
Expand Down

0 comments on commit 8ff2b95

Please sign in to comment.