desktop constant
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
};
A set of TargetPlatforms that the Breakpoint will be active on desktop.
static const Set<TargetPlatform> desktop = <TargetPlatform>{
TargetPlatform.linux,
TargetPlatform.macOS,
TargetPlatform.windows
};