removeAppKey_Pre method
Future<RemoveAppKeyResponse>
removeAppKey_Pre(
- ServiceCall $call,
- Future<
RemoveAppKeyRequest> $request
Implementation
$async.Future<$0.RemoveAppKeyResponse> removeAppKey_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveAppKeyRequest> $request) async {
return removeAppKey($call, await $request);
}