removeLast method

bool removeLast()

Removes the very last entry from _pages

Implementation

bool removeLast() => _removeLast();