expand<T> method
Implementation
T expand<T>(WidgetRef ref, T Function(WidgetRef r, AsyncNotifierProvider<N, S> s) selector) => selector(ref, this);
T expand<T>(WidgetRef ref, T Function(WidgetRef r, AsyncNotifierProvider<N, S> s) selector) => selector(ref, this);