LCOV - code coverage report
Current view: top level - lib/_mixins - launcher_mixin.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 3 0.0 %
Date: 2024-10-04 11:09:33 Functions: 0 0 -

          Line data    Source code
       1             : // Copyright 2023 The terCAD team. All rights reserved.
       2             : // Use of this source code is governed by a CC BY-NC-ND 4.0 license that can be found in the LICENSE file.
       3             : 
       4             : import 'package:url_launcher/url_launcher.dart';
       5             : 
       6             : mixin LauncherMixin {
       7           0 :   Future<void> openURL(String path) async {
       8           0 :     final url = Uri.parse(path);
       9           0 :     await launchUrl(url, mode: LaunchMode.externalApplication);
      10             :   }
      11             : }

Generated by: LCOV version 1.14