Provides values commonly used by the ADCIO SDK during side-effect-free behavior. Typical values provided are deviceId and sessionId.
To learn more about ADCIO, please visit the ADCIO website
To get started with ADCIO account, please register ADCIO account
There is a simple use example:
// Get DeviceId
String deviceId = await DeviceIdentifier().loadId();
// Get SessionId
String sessionId = SessionIdentifier().loadId();
To learn more about usage of plugin, please visit the AdcioCore Usage documentation.
If the plugin has issues, bugs, feedback, Please contact [email protected].