AuthUsersService constructor

AuthUsersService({
  1. required String baseUrl,
  2. required String businessId,
})

Implementation

AuthUsersService({required String baseUrl, required String businessId}) {
  this.baseUrl = baseUrl;
  this.businessId = businessId;
}