flutter_msa_sdk 3.0.3 icon indicating copy to clipboard operation
flutter_msa_sdk: ^3.0.3 copied to clipboard

MSA SDK for Flutter. You can use this plugin to get OAID on Android device.

flutter_msa_sdk #

OAID SDK for Flutter.

Usage #

Add flutter_msa_sdk as a dependency in your pubspec.yaml file.

API #

    // Determine whether the device supports getting OAID
    bool isSupport = await FlutterMsaSdk.isSupport();
    // get OAID
    String oaid = await FlutterMsaSdk.getOAID();
5
likes
40
pub points
54%
popularity

Publisher

unverified uploader

MSA SDK for Flutter. You can use this plugin to get OAID on Android device.

Repository (GitHub)

License

Icon for licenses.MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_msa_sdk