LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : import 'dart:io'; 2 : 3 : class PlatformWrapper { 4 0 : bool get isIOS => Platform.isIOS; 5 0 : bool get isAndroid => Platform.isAndroid; 6 0 : bool get isMacOS => Platform.isMacOS; 7 0 : bool get isFuchsia => Platform.isFuchsia; 8 0 : bool get isLinux => Platform.isLinux; 9 0 : bool get isWindows => Platform.isWindows; 10 : 11 25 : const PlatformWrapper(); 12 : } |
![]() |
Generated by: LCOV version 1.13 |