filePath property

  1. @JsonKey(includeIfNull: false)
String? filePath
getter/setter pair

The absolute path of log files. The default file path is /storage/emulated/0/Android/data/<package name>/files/agorasdk.log for Android or App Sandbox/Library/caches/agorasdk.log for iOS.

Ensure that the directory for the log files exists and is writable. You can use this parameter to rename the log files.

Implementation

@JsonKey(includeIfNull: false)
String? filePath;