apps property

  1. @override
List<AppInfo> get apps
override

The applications supported by the current platform.

Implementation

@override
List<AppInfo> get apps => const [ // Android Play Store ids.
  PhantomAppInfo(
    id: 'app.phantom',
  ),
  SolflareAppInfo(
    id: 'com.solflare.mobile',
  ),
];