• Clear locally cached messages.

    Returns Promise<void>

    A promise that will resolve when the operation is complete.

    Throws

    validation: InAppMessagingValidationErrorCode - Thrown if In App messaging hasn't been initialized.

    Example

    // Clear locally cached messages.
    await clearMessages();