clearTestDeviceIds static method

  1. @Deprecated("Use CAS.settings.setTestDeviceIds({}) instead")
Future<void> clearTestDeviceIds()

Implementation

@Deprecated("Use CAS.settings.setTestDeviceIds({}) instead")
static Future<void> clearTestDeviceIds() {
  return CAS.settings.setTestDeviceIds({});
}