setDeviceId method

Future<void> setDeviceId(
  1. String value
)

Implementation

Future<void> setDeviceId(String value) async {
  await putString(config.pcidKey, value);
}