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