getBorders method
Reads borders from the document node.
Implementation
Future<BordersResponse> getBorders(GetBordersRequest request) async {
return await _apiClient.call(request) as BordersResponse;
}
Reads borders from the document node.
Future<BordersResponse> getBorders(GetBordersRequest request) async {
return await _apiClient.call(request) as BordersResponse;
}