AuthInstalledClientOperationInvoker typedef

AuthInstalledClientOperationInvoker = FutureOr<Object?> Function(Object api)

Invokes one operation through the typed API installed by a client plugin.

Implementation

typedef AuthInstalledClientOperationInvoker =
    FutureOr<Object?> Function(Object api);