LCOV - code coverage report
Current view: top level - src/vroute_elements - void_vpop_handler.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 2 2 100.0 %
Date: 2021-04-29 14:25:52 Functions: 0 0 -

          Line data    Source code
       1             : part of '../main.dart';
       2             : 
       3             : /// Use this mixin if you don't want to implement [VRouteElement.onPop] and [VRouteElement.onSystemPop]
       4             : ///
       5             : /// This mixin will set them to doing nothing
       6             : ///
       7             : /// Note that you can still override these methods
       8             : mixin VoidVPopHandler on VRouteElement {
       9             :   @override
      10          23 :   Future<void> onPop(VRedirector vRedirector) async {}
      11             : 
      12             :   @override
      13          20 :   Future<void> onSystemPop(VRedirector vRedirector) async {}
      14             : }

Generated by: LCOV version 1.14