removeAppKey_Pre method

Future<RemoveAppKeyResponse> removeAppKey_Pre(
  1. ServiceCall call,
  2. Future<RemoveAppKeyRequest> request
)

Implementation

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