createClient function
Create an IOClient.
Used from conditional imports, matches the definition in client_stub.dart.
Implementation
BaseClient createClient() => IOClient();
Create an IOClient.
Used from conditional imports, matches the definition in client_stub.dart.
BaseClient createClient() => IOClient();