init method
Implementation
@override
Future init() async {
loggedUserToken = await instance.getAsync();
deleteUser = await instance.getAsync();
getUser = await instance.getAsync();
makeLogin = await instance.getAsync();
makeLogout = await instance.getAsync();
registerUser = await instance.getAsync();
rememberPassword = await instance.getAsync();
sendSmsBeforeRegistration = await instance.getAsync();
updateUser = await instance.getAsync();
userNotifications = await instance.getAsync();
markAsReadNotification = await instance.getAsync();
updateNotificationToken = await instance.getAsync();
uploadUserPhoto = await instance.getAsync();
getLoggedUserId = await instance.getAsync();
}