initAsync method

  1. @override
Stream<AsyncScopeInitState> initAsync(
  1. BuildContext context
)
override

Implementation

@override
Stream<AsyncScopeInitState> initAsync(BuildContext context) => init(context);