getLinkContent method
Retrieves the content of a given link in the current Publication as a string.
Implementation
@override
Future<String?> getLinkContent(final Link link) => methodChannel
.invokeMethod<String>('getLinkContent', [jsonEncode(link.toJson())]);