setRecentlyViewedCount method

void setRecentlyViewedCount(
  1. int limit
)

Implementation

void setRecentlyViewedCount(int limit) {
  _channel.invokeMethod('setRecentlyViewedCount', limit);
}