firstRoute static method

Future firstRoute()

Implementation

static Future<dynamic> firstRoute() async {
  YurLog("First Route", name: "Get.firstRoute");
  Navigator.popUntil(context, (route) => route.isFirst);
}