showDebugView abstract method

Future<V2TXLiveCode> showDebugView(
  1. bool isShow
)

Display the dashboard

Parameter:

isShow Whether it is displayed or not. Default: false

Implementation

Future<V2TXLiveCode> showDebugView(bool isShow);