flutter_cognito_plugin
flutter_cognito_plugin copied to clipboard
Disable logs to logcat
I having a problem with security requirements of my app, because any time i call the signIn method the user credentials are logged by invoke method in debug console and in android logcat. Is there any way to disable this behavior, because it is preventing my release.
This is an example of what is shown:
PluginScaffold D invoke { channel: com.pycampers.flutter_cognito_plugin, method: signIn(), args: {password=PASSWORD123, username=USERNAME} }
Having the same issue here, any update on this?