getBorderOnline method

Future<BorderResponse> getBorderOnline(
  1. GetBorderOnlineRequest request
)

Reads a border from the document node. The 'nodePath' parameter should refer to a paragraph, a cell or a row.

Implementation

Future<BorderResponse> getBorderOnline(GetBorderOnlineRequest request) async {
  return await _apiClient.call(request) as BorderResponse;
}