notX method

N notX(
  1. Ref ref
)

not stands for notifier here. It reads the notifier of the provider using Ref

Implementation

N notX(Ref ref) => ref.read(notifier);