storeActions property
A list of actions to open the Threads app's page in various app stores.
Implementation
@override
List<StoreOpenAppPageAction> get storeActions => [
PlayStore.openAppPage(packageName: 'com.instagram.barcelona'),
IOSAppStore.openAppPage(
appId: '6446901002',
appName: 'threads-an-instagram-app',
),
];