alsoNativeLogs property
Also log to native loggers (Logcat on Android, os.Logger on iOS) in addition to forwarding to Flutter (optional) Only has effect when enableCustomLogging is true
Implementation
bool? alsoNativeLogs;
Also log to native loggers (Logcat on Android, os.Logger on iOS) in addition to forwarding to Flutter (optional) Only has effect when enableCustomLogging is true
bool? alsoNativeLogs;