ErrorIMEI property

String get ErrorIMEI

IMEI not bound to account!

Implementation

String get ErrorIMEI {
  return Intl.message(
    'IMEI not bound to account!',
    name: 'ErrorIMEI',
    desc: '',
    args: [],
  );
}