maybeOf<BlocType extends Bloc> static method

BlocType? maybeOf<BlocType extends Bloc>(
  1. BuildContext context
)

Implementation

static BlocType? maybeOf<BlocType extends Bloc>(BuildContext context) =>
    _Inherited.maybeOf<BlocType>(context);