updateUserSchema method

ResponseFuture<UpdateUserSchemaResponse> updateUserSchema(
  1. UpdateUserSchemaRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.UpdateUserSchemaResponse> updateUserSchema($0.UpdateUserSchemaRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateUserSchema, request, options: options);
}