redirectHome method
Redirects the client to /.
Example:
request.redirectHome();
Implementation
void redirectHome() {
response.redirect(Uri.parse('/'));
}
Redirects the client to /.
Example:
request.redirectHome();
void redirectHome() {
response.redirect(Uri.parse('/'));
}