setNextActionOnHandleNavigation method

void setNextActionOnHandleNavigation({
  1. required ShopLiveActionType type,
})

Implementation

void setNextActionOnHandleNavigation({
  required ShopLiveActionType type,
}) {
  throw UnimplementedError('setNextActionOnHandleNavigation() has not been implemented.');
}