setSystemFeatures_Pre method

Future<SetSystemFeaturesResponse> setSystemFeatures_Pre(
  1. ServiceCall call,
  2. Future<SetSystemFeaturesRequest> request
)

Implementation

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