adcio_core

pub package

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();

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 app@corca.ai.

Libraries

adcio_core