enableAuthService method

ResponseFuture<EnableAuthServiceResponse> enableAuthService(
  1. EnableAuthServiceRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.EnableAuthServiceResponse> enableAuthService($11.EnableAuthServiceRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$enableAuthService, request, options: options);
}