call method

T? call(
  1. InjectedScrollingImp scroll
)

Implementation

T? call(InjectedScrollingImp scroll) {
  return onScroll(scroll);
}