logPath property
Get the log path.
Returns
- The log path.
Implementation
String get logPath {
final OperationResult resultString = objectMethod(
_pointerId,
'PlaybackContainer',
'getLogPath',
);
return resultString['result'];
}
Get the log path.
Returns
String get logPath {
final OperationResult resultString = objectMethod(
_pointerId,
'PlaybackContainer',
'getLogPath',
);
return resultString['result'];
}