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