kDefaultAlbyGoConnectConfig top-level constant

AlbyGoConnectConfig const kDefaultAlbyGoConnectConfig

Default Alby Go parameters aligned with the sample app's NWC auth flow.

Implementation

const AlbyGoConnectConfig kDefaultAlbyGoConnectConfig = AlbyGoConnectConfig(
  appName: 'NDK Demo',
  appIconUrl: 'https://logowik.com/content/uploads/images/flutter5786.jpg',
  callback: 'ndk://nwc',
);