nativeLogPath property
String?
get
nativeLogPath
Path to the redirected native stderr log (LiteRT-LM absl/glog output).
Set after _ensureBindings runs the stderr redirect; null on platforms
where redirection isn't wired (currently it works on macOS + iOS).
Implementation
String? get nativeLogPath => _nativeLogPath;