odm 0.0.6 copy "odm: ^0.0.6" to clipboard
odm: ^0.0.6 copied to clipboard

PlatformiOS
outdated

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.

On-Device Measurement for iOS

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

1
likes
150
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

On-Device Measurement for iOS apps

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on odm

Packages that implement odm