apps property

  1. @override
List<AppInfo> get apps
override

The applications supported by the current platform.

Implementation

@override
List<AppInfo> get apps => [ // Apple App Store ids.
  PhantomAppInfo(
    id: '1598432977',
  ),
  SolflareAppInfo(
    id: '1580902717',
  ),
];