getInstalledApps method
Get list of installed apps Returns a list of maps with keys: "packageName", "appName", "isSystemApp"
Implementation
Future<List<Map<String, dynamic>>> getInstalledApps() {
throw UnimplementedError('getInstalledApps() has not been implemented.');
}