@nativescript-community/perms
    Preparing search index...

    Interface StorageOptions

    interface StorageOptions {
        read?: boolean;
        write?: boolean;
    }
    Index

    Properties

    Properties

    read?: boolean
    write?: boolean