Add this line before initialization
Code Block | ||
---|---|---|
| ||
R89SDK.setLogLevel(LogLevel.debug); |
All the SDK loggings are available in the Flutter DevTools Logging section and labeled with R89SDK
.
Also if you find the logs very overwhelming and you just want the warnings and the errors you can add a filter query WARN
or ERROR
.