resetResultTextAndPickImage method
void
resetResultTextAndPickImage(
- ImageSource source
Implementation
void resetResultTextAndPickImage(ImageSource source) {
_resultText = '';
pickImage(source);
}