platforms property

Set<AdaptivePlatform>? platforms
final

A set of target platforms (e.g., {AdaptivePlatform.ANDROID, AdaptivePlatform.WEB}). If null, the config matches any platform.

Implementation

final Set<AdaptivePlatform>? platforms;