clearSource method

void clearSource()

Implementation

void clearSource() {
  source = '';
  _onSourceChangeController.add('');
}