initialize static method
- @Deprecated('No longer needed - PlatformVersion now auto-initializes on first access')
Initializes version detection by fetching and caching the OS version.
@Deprecated: No longer needed! PlatformVersion now auto-initializes. This method is kept for backwards compatibility.
Implementation
@Deprecated(
'No longer needed - PlatformVersion now auto-initializes on first access',
)
static Future<void> initialize() async {
ensureInitialized();
}