FilenAuth constructor
FilenAuth({
- required FilenApi api,
- required FilenCrypto crypto,
Implementation
FilenAuth({required this.api, required this.crypto});
FilenAuth({required this.api, required this.crypto});