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