NawahConfig constructor

NawahConfig({
  1. required String api,
  2. required String anonToken,
  3. required List<String> authAttrs,
  4. required String appId,
  5. required bool debug,
  6. required String cacheKey,
})

Implementation

NawahConfig({
  required this.api,
  required this.anonToken,
  required this.authAttrs,
  required this.appId,
  required this.debug,
  required this.cacheKey,
});