getConfig_Pre method

Future<HeraResponse> getConfig_Pre(
  1. ServiceCall call,
  2. Future<HeraRequest> request
)

Implementation

$async.Future<$0.HeraResponse> getConfig_Pre(
    $grpc.ServiceCall call, $async.Future<$0.HeraRequest> request) async {
  return getConfig(call, await request);
}