getLogLines method

Future<List<String>?> getLogLines()

Implementation

Future<List<String>?> getLogLines() {
    return TiltPlatform.instance.getLogLines();
}