currentPlatform top-level property

String get currentPlatform

Implementation

String get currentPlatform => kIsWeb ? 'web' : nativePlatform;