instance property
Platform
get
instance
Implementation
static Platform get instance {
_instance ??= Platform._(
supportedPlatforms: Platforms.values.toSet(),
);
return _instance!;
}
static Platform get instance {
_instance ??= Platform._(
supportedPlatforms: Platforms.values.toSet(),
);
return _instance!;
}