0 purchases
adcio core
adcio_core #
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
Getting Started #
To get started with ADCIO account, please register ADCIO account
Usage #
There is a simple use example:
// Get DeviceId
String deviceId = await DeviceIdentifier().loadId();
// Get SessionId
String sessionId = SessionIdentifier().loadId();
copied to clipboard
To learn more about usage of plugin, please visit the AdcioCore Usage documentation.
Issues and feedback #
If the plugin has issues, bugs, feedback, Please contact [email protected].
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.