openMoreDialog method

Future<Map<String, dynamic>> openMoreDialog()

打开更多弹窗(举报、设置等)

Implementation

Future<Map<String, dynamic>> openMoreDialog() async {
  _ensureReady();
  return await PangrowthContent.openMoreDialog(_playerId!);
}