unsubscribeControl method

  1. @override
void unsubscribeControl()

Implementation

@override
void unsubscribeControl() {
  _unregisterFocusController();
  super.unsubscribeControl();
}