getCurrentAppCredentials method
dynamic
getCurrentAppCredentials()
Implementation
getCurrentAppCredentials() {
switch (applicationType) {
case ApplicationType.loan:
return current.loan;
case ApplicationType.pwa:
return current.pwa;
default:
return current.store;
}
}