activity_notFound method

  1. @override
String activity_notFound(
  1. String activityType
)
override

Message when no activities are found

In en, this message translates to: 'No {activityType}'s found, add one with '+''

Implementation

@override
String activity_notFound(String activityType) {
  return 'No $activityType\'s found, add one with \'+\'';
}