upload_verification_image property

String get upload_verification_image

Pleas, upload verification image first

Implementation

String get upload_verification_image {
  return Intl.message(
    'Pleas, upload verification image first',
    name: 'upload_verification_image',
    desc: '',
    args: [],
  );
}