iOSLockOut top-level property

String iOSLockOut

Message advising the user to re-enable biometrics on their device. It shows in a dialog on iOS.

Implementation

String get iOSLockOut => Intl.message(
    'Biometric authentication is disabled. Please lock and unlock your screen to '
    'enable it.',
    desc: 'Message advising the user to re-enable biometrics on their device.');