Display the dashboard
Parameter:
isShow Whether it is displayed or not. Default: false
isShow
Future<void> showDebugView(bool isShow) async { await _channel.invokeMethod('showDebugView', {"isShow": isShow}); }