getAccount_Pre method
Implementation
$async.Future<$11.AccountInfo> getAccount_Pre(
$grpc.ServiceCall $call, $async.Future<$4.AccountId> $request) async {
return getAccount($call, await $request);
}
$async.Future<$11.AccountInfo> getAccount_Pre(
$grpc.ServiceCall $call, $async.Future<$4.AccountId> $request) async {
return getAccount($call, await $request);
}