deleteLicense_Pre method
Future<StatusResponse>
deleteLicense_Pre(
- ServiceCall $call,
- Future<
DeleteLicenseRequest> $request
Implementation
$async.Future<$2.StatusResponse> deleteLicense_Pre($grpc.ServiceCall $call,
$async.Future<$0.DeleteLicenseRequest> $request) async {
return deleteLicense($call, await $request);
}