addAppKey_Pre method

Future<AddAppKeyResponse> addAppKey_Pre(
  1. ServiceCall $call,
  2. Future<AddAppKeyRequest> $request
)

Implementation

$async.Future<$0.AddAppKeyResponse> addAppKey_Pre($grpc.ServiceCall $call,
    $async.Future<$0.AddAppKeyRequest> $request) async {
  return addAppKey($call, await $request);
}