init method
Implementation
@override
Future init() async {
findEstablishmentById = await instance.getAsync();
findEstablishmentBanners = await instance.getAsync();
getEstablishmentSettings = await instance.getAsync();
searchByLocation = await instance.getAsync();
searchByName = await instance.getAsync();
getRegulation = await instance.getAsync();
searchMyLocales = await instance.getAsync();
searchBySlug = await instance.getAsync();
findBranchs = await instance.getAsync();
login = await instance.getAsync();
dashboardStatistics = await instance.getAsync();
locateBranchWithCode = await instance.getAsync();
getCustomConfig = await instance.getAsync();
setCustomConfig = await instance.getAsync();
getHiredResources = await instance.getAsync();
}