NLoginController constructor

NLoginController({
  1. required Ndk ndk,
  2. void onLoggedIn()?,
  3. NostrConnect? nostrConnect,
})

Implementation

NLoginController({required this.ndk, this.onLoggedIn, this.nostrConnect});