enableAuthService method

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

Implementation

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