resetResultTextAndPickImage method

void resetResultTextAndPickImage(
  1. ImageSource source
)

Implementation

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