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