getLogFile property

Future<String?> getLogFile

Fetches the generated log file

Implementation

static Future<String?> get getLogFile async {
  return await _channel.invokeMethod('getLogFile');
}