onCreate method

  1. @protected
  2. @mustCallSuper
void onCreate(
  1. AsyncNotifier it
)

Called whenever an AsyncNotifier is instantiated.

Implementation

@protected
@mustCallSuper
void onCreate(AsyncNotifier<dynamic> it) {}