getPageKey method

Key getPageKey(
  1. int index
)

Returns the global key for page with index.

Implementation

Key getPageKey(int index) => _pageGlobalKeys[index];