play method

void play({
  1. required ShopLiveShortformCollectionData data,
})

Implementation

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