getLegalAndSupportSettings_Pre method
Future<GetLegalAndSupportSettingsResponse>
getLegalAndSupportSettings_Pre(
- ServiceCall call,
- Future<
GetLegalAndSupportSettingsRequest> request
Implementation
$async.Future<$0.GetLegalAndSupportSettingsResponse> getLegalAndSupportSettings_Pre($grpc.ServiceCall call, $async.Future<$0.GetLegalAndSupportSettingsRequest> request) async {
return getLegalAndSupportSettings(call, await request);
}