instance property Null safety
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!;
}