onLocationIsNull method

NavigationStack onLocationIsNull()

Overrides in derived classes to handle the case when location is null.

By default it invokes onLocationIsEmpty.

Implementation

NavigationStack onLocationIsNull() => onLocationIsEmpty();