commerceViewHome static method

void commerceViewHome({
  1. Map<String, dynamic>? attr,
})

Implementation

static void commerceViewHome({Map<String, dynamic>? attr}) {
  _invokeWithAttr(
      _AbxAPI.commerceViewHome.toString().split('.').last, null, attr);
}