addTestDeviceId static method
- @Deprecated("This method is no longer maintained and should not be used")
- String deviceId
Implementation
@Deprecated("This method is no longer maintained and should not be used")
static Future<void> addTestDeviceId(String deviceId) {
return CAS.settings.addTestDeviceId(deviceId);
}