Skip to content

Commit

Permalink
Merge pull request #250 from Workiva/update-type
Browse files Browse the repository at this point in the history
FEA-3688 Update onResume type
  • Loading branch information
rmconsole6-wk authored May 1, 2024
2 parents 19a2f69 + 8ff2b95 commit b850b84
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 b850b84

Please sign in to comment.