LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
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 |