ios_device_check 0.0.1 copy "ios_device_check: ^0.0.1" to clipboard
ios_device_check: ^0.0.1 copied to clipboard

discontinued
outdated

Flutter plugin for iOS DeviceCheck.

ios_device_check #

Flutter plugin for iOS DeviceCheck.

Usage #

To use this plugin, add ios_device_check as a dependency in your pubspec.yaml file

// Check current device is supported for DeviceCheck.
bool isAvailable = await IosDeviceCheck.isSupported()

// Generate token
String token = await IosDeviceCheck.generateToken()