Logging

Flutter Inform SDK Wrapper

Validic Logs

Validic Logs can be viewed in your IDE debug console (e.g. Android Studio for Android, Xcode for iOS). All logs from the Validic SDK will start with ValidicLog#.

Enable logging:

await ValidicCore.enableLogging();

Disable logging:

await ValidicCore.disableLogging();