enableIosNotes property

bool enableIosNotes
getter/setter pair

Whether iOS notes are enabled.

Notes require special entitlements on iOS. Set to true to enable note access. See Apple's documentation.

Implementation

bool enableIosNotes = false;