onCreated method

  1. @override
  2. @mustCallSuper
void onCreated(
  1. BuildContext context
)
override

Implementation

@override
@mustCallSuper
void onCreated(BuildContext context) {
  _constructStores();

  _constructEffects();

  super.onCreated(context);
}