dispose method

void dispose()

Implementation

void dispose() async {
  textController.dispose();
  selected$.close();
}