Configuration.onPlatform constructor
Configuration.onPlatform(
- Map<
PlatformSelector, SuiteConfiguration> onPlatform
A specialized constructor for configuring only onPlatform
.
Implementation
factory Configuration.onPlatform(
Map<PlatformSelector, SuiteConfiguration> onPlatform) =>
Configuration._unsafe(onPlatform: onPlatform);