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");
Don't forget to call to verify the OS before calling the ODM function.
Platform.isIOS()