setDeviceId static method

Future setDeviceId(
  1. String packageName,
  2. String deviceId
)

Implementation

static Future setDeviceId(String packageName, String deviceId) {
  throw UnsupportedError('Keychain Service not support for current platform');
}