5 lines
191 B
Dart
5 lines
191 B
Dart
import "package:imagini/api/auth_client/base_auth_client.dart";
|
|
|
|
BaseAuthClient getAuthClient(storage) => throw UnsupportedError(
|
|
'Cannot create a client without dart:html or dart:io.');
|