getProfile_Pre method

Future<AccountProfileInfo> getProfile_Pre(
  1. ServiceCall $call,
  2. Future<AccountProfileRequest> $request
)

Implementation

$async.Future<$0.AccountProfileInfo> getProfile_Pre($grpc.ServiceCall $call,
    $async.Future<$0.AccountProfileRequest> $request) async {
  return getProfile($call, await $request);
}