chartInterfaceForSymbol method
- String symbolJson
override
Return a ChartInterface configured for the symbol described by
symbolJson (same JSON shape as symbolInfo), or null to disable
chart navigation from symbol selection
Implementation
@override
ChartInterface? chartInterfaceForSymbol(String symbolJson) => null;