getOfficeMathObjects method
Reads OfficeMath objects from the document node.
Implementation
Future<OfficeMathObjectsResponse> getOfficeMathObjects(
GetOfficeMathObjectsRequest request) async {
return await _apiClient.call(request) as OfficeMathObjectsResponse;
}