VasatConfig constructor

VasatConfig({
  1. required String host,
  2. required String clientId,
  3. String clientSecret = "",
  4. bool debug = false,
  5. int queryLimit = 100,
})

Implementation

VasatConfig({required this.host, required this.clientId, this.clientSecret = "", this.debug = false, this.queryLimit = 100}) {
  //storageProvider = storageProvider ?? VasatSharedPreferencesProvider();
}