SecqureAuth constructor

const SecqureAuth({
  1. Key? key,
  2. required String keyId,
  3. required String secretId,
})

Implementation

const SecqureAuth({Key? key, required this.keyId, required this.secretId}) : super(key: key);