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