NLoginController constructor
NLoginController({
- required Ndk ndk,
- void onLoggedIn()?,
- NostrConnect? nostrConnect,
Implementation
NLoginController({required this.ndk, this.onLoggedIn, this.nostrConnect});