Gairick Saha
Committed by GitHub

Change with Get.log from print

Change print method with Get.log on GetInformationParser route location;
@@ -14,7 +14,7 @@ class GetInformationParser extends RouteInformationParser<GetNavConfig> { @@ -14,7 +14,7 @@ class GetInformationParser extends RouteInformationParser<GetNavConfig> {
14 SynchronousFuture<GetNavConfig> parseRouteInformation( 14 SynchronousFuture<GetNavConfig> parseRouteInformation(
15 RouteInformation routeInformation, 15 RouteInformation routeInformation,
16 ) { 16 ) {
17 - print('GetInformationParser: route location: ${routeInformation.location}'); 17 + Get.log('GetInformationParser: route location: ${routeInformation.location}');
18 var location = routeInformation.location; 18 var location = routeInformation.location;
19 if (location == '/') { 19 if (location == '/') {
20 //check if there is a corresponding page 20 //check if there is a corresponding page