faceIDAndPasscode method

Future<bool?> faceIDAndPasscode()

Open iOS settings in FaceID and Passcode section. returns operation successful or failure.

Implementation

Future<bool?> faceIDAndPasscode() {
  return postMessage<bool?>(action: 'App-prefs:TOUCHID_PASSCODE');
}