onBackButtonDispatcher method

BackButtonDispatcher? onBackButtonDispatcher()
inherited

Returns the 'Back Button' routine if any.

Implementation

BackButtonDispatcher? onBackButtonDispatcher() =>
    inBackButtonDispatcher != null ? inBackButtonDispatcher!() : null;