menu
finap_device_info_helper package
documentation
finap_device_info_helper.dart
DeviceInfoHelper
getImei method
getImei method
dark_mode
light_mode
getImei
method
Future
<
String
?
>
getImei
(
)
Implementation
Future<String?> getImei() async { return DeviceInformation.deviceIMEINumber; }
finap_device_info_helper package
documentation
finap_device_info_helper
DeviceInfoHelper
getImei method
DeviceInfoHelper class