onLoad method

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

Callback before the load has been done.

Implementation

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