getPublicProfile_Pre method

Future<AccountPublicProfile> getPublicProfile_Pre(
  1. ServiceCall $call,
  2. Future<AccountId> $request
)

Implementation

$async.Future<$1.AccountPublicProfile> getPublicProfile_Pre(
    $grpc.ServiceCall $call, $async.Future<$0.AccountId> $request) async {
  return getPublicProfile($call, await $request);
}