chartInterfaceForSymbol abstract method

ChartInterface? chartInterfaceForSymbol(
  1. String symbolJson
)

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

ChartInterface? chartInterfaceForSymbol(String symbolJson);