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