dispose method

dynamic dispose()

Implementation

dispose() {
  if (_state != null && _state!.mounted) {
    _state!.dispose();
  }
}