enableAuthService method

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

Implementation

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