activity_loadError method
Error message when activity fails to load
In en, this message translates to: '{activityType} load problem'
Implementation
@override
String activity_loadError(String activityType) {
return '$activityType load problem';
}
Error message when activity fails to load
In en, this message translates to: '{activityType} load problem'
@override
String activity_loadError(String activityType) {
return '$activityType load problem';
}