LCOV - code coverage report
Current view: top level - environment - native_communication.config.dart (source / functions) Hit Total Coverage
Test: new_lcov.info Lines: 2 2 100.0 %
Date: 2022-02-05 16:49:32 Functions: 0 0 -

          Line data    Source code
       1             : part of './environment.devicekit.dart';
       2             : 
       3             : class NativeCommunicationMetadata {
       4             :   // ignore: non_constant_identifier_names
       5             :   static String TAG = 'FlutterNativeMirrorInstance';
       6             :   static String scheme = 'com.medm.just_ble';
       7           6 :   static String platformMethodChannel = scheme + '.methods';
       8           6 :   static String hostEventChannel = scheme + '.events';
       9             :   static String businessNamespace =
      10             :       // 'br.com.alvertabbaros.flutter_medm_devicekit.business.BusinessMethods';
      11             :       'br.com.alvertabbaros.flutter_native_mirror_example.business.BusinessMethods';
      12             : }

Generated by: LCOV version 1.15