install method
Builds the typed API exposed by this plugin.
Implementation
@override
AuthCaptchaClient install(AuthClientPluginContext context) =>
AuthCaptchaClient(
AuthClientCore.fromTransport(context.transport),
provider: provider,
);