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