Future<void> setUserAttribute(String attribute) { return bRTCPluginChannel.invokeMethod('setUserAttribute', { "attribute": attribute, }); }