testDeviceIds property

List<String>? testDeviceIds
final

Array of device identifier strings. Debug features are enabled for devices with these identifiers.

Test devices must be added individually so that debug geography settings won't accidentally get released to all users.

iOS

Debug features are always enabled for simulators.

Android

You can access the hashedDeviceId from logcat once your app calls

Implementation

final List<String>? testDeviceIds;