getAppKey_Pre method

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

Implementation

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