setSystemFeatures_Pre method
Future<SetSystemFeaturesResponse>
setSystemFeatures_Pre(
- ServiceCall call,
- Future<
SetSystemFeaturesRequest> request
Implementation
$async.Future<$0.SetSystemFeaturesResponse> setSystemFeatures_Pre($grpc.ServiceCall call, $async.Future<$0.SetSystemFeaturesRequest> request) async {
return setSystemFeatures(call, await request);
}