instance property

The default instance of WindowsSingleLaunchPlatform to use.

Defaults to MethodChannelWindowsSingleLaunch.

Implementation

static WindowsSingleLaunchPlatform get instance => _instance;
set instance (WindowsSingleLaunchPlatform instance)

Platform-specific implementations should set this with their own platform-specific class that extends WindowsSingleLaunchPlatform when they register themselves.

Implementation

static set instance(WindowsSingleLaunchPlatform instance) {
  _instance = instance;
}