setRegion method Null safety
- String region
Define the rtc region of this
Implementation
Future<void> setRegion (String region) async {
await update(ChannelBuilder({ 'rtc_region': region }));
}
Define the rtc region of this
Future<void> setRegion (String region) async {
await update(ChannelBuilder({ 'rtc_region': region }));
}