toString method

  1. @override
String toString()
override

Never prints the tenant key in full — see redactKey.

Implementation

@override
String toString() => 'ColadaConfig(publicTenantKey: '
    '${redactKey(publicTenantKey)}, debug: $debug, strictMode: $strictMode, '
    'existingDeviceId: ${existingDeviceId ?? 'null'}, '
    'automaticDeepLinkForwarding: $automaticDeepLinkForwarding)';