appInfo property

Future<AppInfo> get appInfo

获取 App 信息

Implementation

Future<AppInfo> get appInfo async {
  throw UnimplementedError('appInfo has not been implemented.');
}