setItemCategory method

void setItemCategory(
  1. dynamic category
)

Implementation

void setItemCategory(category) {
  _channel.invokeMethod("setItemCategory", {"category": category});
}