AlphaXTransportFactory typedef
AlphaXTransportFactory =
FutureOr<AlphaXTransport> Function()
Creates one fresh transport instance for each conformance test.
Implementation
typedef AlphaXTransportFactory = FutureOr<AlphaXTransport> Function();