Committed by
GitHub
Change with Get.log from print
Change print method with Get.log on GetInformationParser route location;
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 |
-
Please register or login to post a comment