onPressedDeleteNow method
void
onPressedDeleteNow()
Implementation
void onPressedDeleteNow() {
final lpi = context.accessLPI<AFSISigninActionsLPI>(AFSILibraryProgrammingInterfaceID.signinActions);
lpi.onDeleteAccount(confirmText);
}