onDidLoad method

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

Callback after the load has been done.

Implementation

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