launchContentCards method

void launchContentCards()

Launches Content Card Feed.

Implementation

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