deleteFieldIndex_Pre method
Future<PointsOperationResponseInternal>
deleteFieldIndex_Pre(
- ServiceCall $call,
- Future<
DeleteFieldIndexCollectionInternal> $request
Implementation
$async.Future<$3.PointsOperationResponseInternal> deleteFieldIndex_Pre($grpc.ServiceCall $call, $async.Future<$3.DeleteFieldIndexCollectionInternal> $request) async {
return deleteFieldIndex($call, await $request);
}