getLegalAndSupportSettings_Pre method

Future<GetLegalAndSupportSettingsResponse> getLegalAndSupportSettings_Pre(
  1. ServiceCall $call,
  2. Future<GetLegalAndSupportSettingsRequest> $request
)

Implementation

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