getAppInfo method

Future<AppInfo> getAppInfo(
  1. String packageName, {
  2. bool shouldInitialize = false,
})

Implementation

Future<AppInfo> getAppInfo(
  String packageName, {
  bool shouldInitialize = false,
}) {
  throw UnimplementedError('getAppInfo() has not been implemented.');
}