destroy method
@detail api @brief Leaves and destroy the RTS room instance created by calling createRTSRoom:{@link #ByteRTCEngine#createRTSRoom}.
Implementation
FutureOr<void> destroy() async {
return await nativeCall('destroy', []);
}
@detail api @brief Leaves and destroy the RTS room instance created by calling createRTSRoom:{@link #ByteRTCEngine#createRTSRoom}.
FutureOr<void> destroy() async {
return await nativeCall('destroy', []);
}