createClient function

BaseClient createClient()

Create an IOClient.

Used from conditional imports, matches the definition in client_stub.dart.

Implementation

BaseClient createClient() => IOClient();