onLoad method

  1. @protected
Future onLoad()

Custom logic to be executed during load.

Initial data queries and interactions with the server can be triggered here. Returns a future with no payload that completes when the module has finished loading.

Implementation

@protected
Future onLoad() async {}