getConfig_Pre method
Implementation
$async.Future<$2.Config> getConfig_Pre($grpc.ServiceCall call,
$async.Future<$2.GetConfigRequest> request) async {
return getConfig(call, await request);
}
$async.Future<$2.Config> getConfig_Pre($grpc.ServiceCall call,
$async.Future<$2.GetConfigRequest> request) async {
return getConfig(call, await request);
}