deleteFragmentTag_Pre method
- ServiceCall call,
- Future<
DeleteFragmentTagRequest> request
Implementation
$async.Future<$10.DeleteFragmentTagResponse> deleteFragmentTag_Pre($grpc.ServiceCall call, $async.Future<$10.DeleteFragmentTagRequest> request) async {
return deleteFragmentTag(call, await request);
}