remove method

  1. @override
void remove()
override

Remove the body

Implementation

@override
void remove() {
  dispose();
}