openDramaGallery method

Future<bool> openDramaGallery()

打开选集面板

Implementation

Future<bool> openDramaGallery() async {
  _ensureReady();
  return await PangrowthContent.openDramaGallery(_playerId!);
}