PhantomAppInfo constructor

const PhantomAppInfo({
  1. required String id,
  2. String schemePath = 'ul/solana-wallet',
})

Phantom wallet application information.

Implementation

const PhantomAppInfo({
  required super.id,
  super.schemePath = 'ul/solana-wallet',
}): super(
    App.phantom,
    name: 'Phantom',
    host: 'phantom.app',
  );