createPlatformAcpHttpServerAdapter function

AcpHttpServerAdapter createPlatformAcpHttpServerAdapter()

Creates the native ACP server adapter for this platform.

Browser builds receive an explicit unsupported adapter without importing dart:io.

Implementation

AcpHttpServerAdapter createPlatformAcpHttpServerAdapter() =>
    platform.createPlatformAcpHttpServerAdapter();