LCOV - code coverage report
Current view: top level - lib - flireator.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 2 2 100.0 %
Date: 2022-03-03 12:15:05 Functions: 0 0 -

          Line data    Source code
       1             : 
       2             : import 'dart:async';
       3             : 
       4             : import 'package:flutter/services.dart';
       5             : 
       6             : class Flireator {
       7             :   static const MethodChannel _channel = MethodChannel('flireator');
       8             : 
       9           1 :   static Future<String?> get platformVersion async {
      10           2 :     final String? version = await _channel.invokeMethod('getPlatformVersion');
      11             :     return version;
      12             :   }
      13             : }

Generated by: LCOV version 1.13