getPrimaryContact_Pre method

Future<AccountUserInfo> getPrimaryContact_Pre(
  1. ServiceCall $call,
  2. Future<AccountId> $request
)

Implementation

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