yGetAppName function

String yGetAppName()

获取App名称

Implementation

String yGetAppName() {
  return _getPlugin()!.getAppName();
}