createClient function

BaseClient createClient()

Implemented in browser_client.dart and io_client.dart.

Implementation

BaseClient createClient() => throw UnsupportedError(
    'Cannot create a client without dart:html or dart:io.');