platforms constant

Set<TargetPlatform> const platforms

The platforms that use touch as the primary input. This isn't 100% accurate as there are hybrid devices that use both touch and keyboard/mouse input, i.e., Windows Surface laptops.

Implementation

static const platforms = {TargetPlatform.android, TargetPlatform.iOS, TargetPlatform.fuchsia};