currentRecordPath property
Gets the path to the current log file.
Returns
- The path to the current log file.
Implementation
String get currentRecordPath {
final OperationResult resultString = objectMethod(
_pointerId,
'Recorder',
'getCurrentRecordPath',
);
return resultString['result'];
}