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;
}