TradingViewTA constructor
TradingViewTA({
- required TradingViewModel tradingView,
Implementation
TradingViewTA({required this.tradingView}) {
DioManagerClass.getInstance.init();
}