requestContentCardsRefresh method

void requestContentCardsRefresh()

Refreshes Content Cards.

Implementation

void requestContentCardsRefresh() {
  _channel.invokeMethod('requestContentCardsRefresh');
}