getSectionPageSetup method
Reads the page setup of a section from the document.
Implementation
Future<SectionPageSetupResponse> getSectionPageSetup(
GetSectionPageSetupRequest request) async {
return await _apiClient.call(request) as SectionPageSetupResponse;
}