Last updated:
0 purchases
finap device info helper
Finap Device Info Helper
Features #
Get mobile device Info
Getting started #
Run this command to install
flutter pub add finap_device_info_helper
Usage #
Get IMEI No of the device #
Future<String?> getImei() async {
return DeviceInformation.deviceIMEINumber;
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.