PageRequestListener<PageKeyType> typedef

PageRequestListener<PageKeyType> = void Function(PageKeyType pageKey)

Implementation

typedef PageRequestListener<PageKeyType> = void Function(
  PageKeyType pageKey,
);