odm 0.0.4
odm: ^0.0.4 copied to clipboard
On-Device Measurement for iOS apps
ODM #
On-Device Measurement for iOS apps
Getting Started #
If you don't know what this is, please refer to the doc below.
You can initiate the plugin first.
final _odmPlugin = Odm();
and then call the On-Device Measurement for iOS.
_odmPlugin.initiateWithEmail("abc@gmail.com");
_odmPlugin.initiateWithPhoneNumber("821067777777");