canHandleCodeInApp property

bool? canHandleCodeInApp
getter/setter pair

When set to true, the OOB code link will be be sent as a Universal Link or an Android App Link and will be opened by the corresponding app if installed.

If not set, or set to false, the OOB code will be sent to the web widget first and then on continue will redirect to the app if installed.

Implementation

core.bool? canHandleCodeInApp;