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