storeActions property
A list of actions to open the YouTube app's page in various app stores.
Implementation
@override
List<StoreOpenAppPageAction> get storeActions => [
PlayStore.openAppPage(packageName: 'com.google.android.youtube'),
IOSAppStore.openAppPage(appId: '544007664', appName: 'youtube'),
];