dispose method
override
Called when the chart is torn down (its host widget removed from the tree). Close any streams and cancel any subscriptions this implementation opened.
Implementation
@override
void dispose() {
_symbolInfo = '';
_optionSymbols = '';
_marketTiming = '';
}