setAuth method

void setAuth({
  1. required ShopLiveCommonAuth data,
})

Implementation

void setAuth({
  required ShopLiveCommonAuth data,
}) {
  throw UnimplementedError('setAuth() has not been implemented.');
}