getAppConfig method

ResponseFuture<ClientConfig> getAppConfig(
  1. AccountId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ClientConfig> getAppConfig(
  $0.AccountId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getAppConfig, request, options: options);
}