getAppKey_Pre method

Future<GetAppKeyResponse> getAppKey_Pre(
  1. ServiceCall call,
  2. Future<GetAppKeyRequest> request
)

Implementation

$async.Future<$1.GetAppKeyResponse> getAppKey_Pre($grpc.ServiceCall call,
    $async.Future<$1.GetAppKeyRequest> request) async {
  return getAppKey(call, await request);
}