clear method

void clear()

Implementation

void clear() async {
  subject
    ..value!.clear()
    ..changeValue("", null);
}