Configuration.onPlatform constructor

Configuration.onPlatform(
  1. Map<PlatformSelector, SuiteConfiguration> onPlatform
)

A specialized constructor for configuring only onPlatform.

Implementation

factory Configuration.onPlatform(
        Map<PlatformSelector, SuiteConfiguration> onPlatform) =>
    Configuration._unsafe(onPlatform: onPlatform);