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