enrichUrl method
Get OpenGraph data of the given url.
Implementation
Future<OGAttachmentResponse> enrichUrl(String url) =>
_chatApi.general.enrichUrl(url);
Get OpenGraph data of the given url.
Future<OGAttachmentResponse> enrichUrl(String url) =>
_chatApi.general.enrichUrl(url);