Answers for "flutter how to check in which route you are"

0

flutter how to check in which route you are

import 'package:path/path.dart';

ModalRoute.of(context).settings.name
Posted by: Guest on March-04-2022

Code answers related to "flutter how to check in which route you are"

Browse Popular Code Answers by Language