submissionIdLabel method
- String id
override
Label showing the ID of the submitted observation.
In en, this message translates to: 'Submission ID: {id}'
Implementation
@override
String submissionIdLabel(String id) {
return 'Submission ID: $id';
}