desktop constant

Set<TargetPlatform> const desktop

A set of TargetPlatforms that the Breakpoint will be active on desktop.

Implementation

static const Set<TargetPlatform> desktop = <TargetPlatform>{
  TargetPlatform.linux,
  TargetPlatform.macOS,
  TargetPlatform.windows
};