getOwner_Pre method

Future<AccountPublicProfile> getOwner_Pre(
  1. ServiceCall $call,
  2. Future<ContainerId> $request
)

Implementation

$async.Future<$4.AccountPublicProfile> getOwner_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.ContainerId> $request) async {
  return getOwner($call, await $request);
}