• RunInTransaction wraps fn into a transaction for the regular app database.

    It is safe to nest RunInTransaction calls as long as you use the callback's txApp.

    Parameters

    • fn: ((txApp) => void)
        • (txApp): void
        • Parameters

          Returns void

    Returns void

Generated using TypeDoc