onBackButtonDispatcher method
Returns the 'Back Button' routine if any.
Implementation
BackButtonDispatcher? onBackButtonDispatcher() =>
inBackButtonDispatcher != null ? inBackButtonDispatcher!() : null;
Returns the 'Back Button' routine if any.
BackButtonDispatcher? onBackButtonDispatcher() =>
inBackButtonDispatcher != null ? inBackButtonDispatcher!() : null;