menu
simutil package
documentation
plugins/logcat/logcat_helper.dart
LogcatHelper
firstPath static method
firstPath static method
dark_mode
light_mode
firstPath
static method
String
?
firstPath
(
String
line
)
Implementation
static String? firstPath(String line) => pathRe.firstMatch(line)?.group(1);
simutil package
documentation
plugins/logcat/logcat_helper
LogcatHelper
firstPath static method
LogcatHelper class