next<T> abstract method

Future<T?> next<T>(
  1. NextArguments nextParameters
)

This method is never called on the last page, rather, lastPageCallback is called instead.

Implementation

Future<T?> next<T>(NextArguments nextParameters);