apps property

  1. @override
List<AppInfo> get apps
override

The applications supported by the current platform.

Implementation

@override
List<AppInfo> get apps => const [ // The javascript window object keys.
  PhantomAppInfo(
    id: 'phantom.solana',
    schemePath: 'phantom.solana',
  ),
  SolflareAppInfo(
    id: 'solflare',
    schemePath: 'solflare',
  ),
];