onLoad method

  1. @override
  2. @protected
  3. @mustCallSuper
Future<void> onLoad()
override

Callback before the load has been done.

Implementation

@override
@protected
@mustCallSuper
Future<void> onLoad() async {}