faceIDAndPasscode method

Future<bool> faceIDAndPasscode()

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

Implementation

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