expandX<T> method

T expandX<T>(
  1. Ref ref,
  2. T selector(
    1. Ref r,
    2. NotifierProvider<N, S> s
    )
)

Implementation

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