filePath property

  1. @JsonKey(name: 'filePath')
String? filePath
final

The complete path of the log files. Agora recommends using the default log directory. If you need to modify the default directory, ensure that the directory you specify exists and is writable.

Implementation

@JsonKey(name: 'filePath')
final String? filePath;