Auth constructor

Auth({
  1. required String baseUrl,
  2. String collectionName = "users",
})

Implementation

Auth({required this.baseUrl, this.collectionName = "users"});