goodEveningWithName abstract method

String goodEveningWithName(
  1. String name
)

Good evening greeting with name in dashboard page

In en, this message translates to: 'Good Evening, {name}!'

Implementation

String goodEveningWithName(String name);