html2app • JS Bridge
    Preparing search index...

    Type Alias MessageResponse<T>

    MessageResponse: { ok: true; payload: T } | { ok: false; errorMessage: string }

    Response from Flutter for async messages.

    Type Parameters

    • T extends Record<string, any>

    Async messages either succeed with a payload or fail with an error message. Check the ok property to determine which case applies.