LCOV - code coverage report
Current view: top level - utils - redux_utils.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 2 0.0 %
Date: 2022-03-03 12:16:56 Functions: 0 0 -

          Line data    Source code
       1             : import 'package:flutter/widgets.dart';
       2             : 
       3             : import 'package:flutter_redux/flutter_redux.dart';
       4             : 
       5             : import '../../types.dart';
       6             : 
       7           0 : dynamic dispatchWith<T extends RedFireState>(
       8             :     ReduxAction action, BuildContext context) {
       9           0 :   return StoreProvider.of<T>(context, listen: false).dispatch(action);
      10             : }

Generated by: LCOV version 1.13