deleteFieldIndex_Pre method
Future<PointsOperationResponse>
deleteFieldIndex_Pre(
- ServiceCall $call,
- Future<
DeleteFieldIndexCollection> $request
Implementation
$async.Future<$4.PointsOperationResponse> deleteFieldIndex_Pre($grpc.ServiceCall $call, $async.Future<$4.DeleteFieldIndexCollection> $request) async {
return deleteFieldIndex($call, await $request);
}