showDebugView method

void showDebugView(
  1. int showType
)

Implementation

void showDebugView(int showType) {
  _trtcFFIBindings.show_debug_view(_trtcsharedInstanceNativePointer, showType);
}