setVerbose method

Future<void> setVerbose(
  1. bool bOnVerbose
)

Implementation

Future<void> setVerbose(bool bOnVerbose) {
  return bRTCPluginChannel.invokeMethod('setVerbose', {
    "bOnVerbose": bOnVerbose,
  });
}