testMode property

bool? testMode
final

When true, any signals sent will be marked as Testing signals. If testMode is not set explicitly, the corresponding native SDK will automatically determine the value based on whether this is a debug or release build of the app.

Implementation

final bool? testMode;