clear method

dynamic clear()

Implementation

clear() {
  _pickedImageUInt8List.value = null;
  _imageName.value = null;
}