menu
mediasfu_sdk
methods\utils\platform_feature_support.dart
PlatformFeatureSupport
isWeb property
isWeb
dark_mode
light_mode
isWeb
property
bool
get
isWeb
Returns true if the current platform is web.
Implementation
static bool get isWeb => kIsWeb;
mediasfu_sdk
platform_feature_support
PlatformFeatureSupport
isWeb property
PlatformFeatureSupport class