get_Pre method

Future<AccountInfo> get_Pre(
  1. ServiceCall $call,
  2. Future<AccountId> $request
)

Implementation

$async.Future<$0.AccountInfo> get_Pre(
    $grpc.ServiceCall $call, $async.Future<$1.AccountId> $request) async {
  return get($call, await $request);
}