getInstalledPackage static method

Future<void> getInstalledPackage()

Implementation

static Future<void> getInstalledPackage() async {
  _ensureInitialized();
  CrossPlatformAppService.instance.getInstalledApps();
}