read<N extends BaseNotifier<Object?>> method

N read<N extends BaseNotifier<Object?>>()

Implementation

N read<N extends BaseNotifier>() => Provider.of<N>(this, listen: false);