getValue_Pre method

Future<ConfigurationValue> getValue_Pre(
  1. ServiceCall $call,
  2. Future<ConfigurationPath> $request
)

Implementation

$async.Future<$1.ConfigurationValue> getValue_Pre($grpc.ServiceCall $call,
    $async.Future<$1.ConfigurationPath> $request) async {
  return getValue($call, await $request);
}