activity_notFound method
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 'ไม่พบ $activityType เพิ่มโดยใช้ \'+\'';
}