goBack method Null safety
Implementation
void goBack({
bool clearHistory = false,
bool removeCurrent = false,
}) =>
routeDelegate.popRoute();
void goBack({
bool clearHistory = false,
bool removeCurrent = false,
}) =>
routeDelegate.popRoute();