getPrimaryContact_Pre method
Implementation
$async.Future<$1.AccountUserInfo> getPrimaryContact_Pre(
$grpc.ServiceCall $call, $async.Future<$0.AccountId> $request) async {
return getPrimaryContact($call, await $request);
}
$async.Future<$1.AccountUserInfo> getPrimaryContact_Pre(
$grpc.ServiceCall $call, $async.Future<$0.AccountId> $request) async {
return getPrimaryContact($call, await $request);
}