onResume method

  1. @protected
Future<Null> onResume()

Custom logic to be executed during resume.

Any changes made in onSuspend can be reverted here.

Implementation

@protected
Future<Null> onResume() async {}