getImei method

Future<String?> getImei()

Implementation

Future<String?> getImei() async {
  return DeviceInformation.deviceIMEINumber;
}