welcomeBackWithName abstract method

String welcomeBackWithName(
  1. String name
)

show welcome back text with homeowner name

In en, this message translates to: 'Welcome Back, {name}!'

Implementation

String welcomeBackWithName(String name);