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