Files
man-y eed44f448f Mark flutter platform supported tests
commit_hash:a80884f8d89a14490cb02e5278507f93ef7fb589
2025-01-13 16:09:03 +03:00

9 lines
108 B
Swift

import Foundation
enum Platform: String, Decodable {
case android
case ios
case web
case flutter
}