addTestDeviceId static method

  1. @Deprecated("This method is no longer maintained and should not be used")
Future<void> addTestDeviceId(
  1. 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);
}