alsoNativeLogs property

bool? alsoNativeLogs
getter/setter pair

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;