getWTNStream method
Implementation
FutureOr<ByteRTCWTNStream> getWTNStream() async {
final result = await nativeCall('getWTNStream', []);
return packObject(
result,
() =>
ByteRTCWTNStream(const NativeClassOptions([], disableInit: true)));
}