read<T extends Bloc> static method
Similar to the ReadContext.read
method from the Provider package.
Implementation
static T read<T extends Bloc>(BuildContext context) =>
context.read<BlocNotifier<T>>().bloc;
Similar to the ReadContext.read
method from the Provider package.
static T read<T extends Bloc>(BuildContext context) =>
context.read<BlocNotifier<T>>().bloc;