menu
reown_appkit package
documentation
modal/utils/platform_utils.dart
PlatformUtils
canDetectInstalledApps static method
canDetectInstalledApps static method
dark_mode
light_mode
canDetectInstalledApps
static method
bool
canDetectInstalledApps
(
)
Implementation
static bool canDetectInstalledApps() { return getPlatformType() == PlatformType.mobile; }
reown_appkit package
documentation
modal/utils/platform_utils
PlatformUtils
canDetectInstalledApps static method
PlatformUtils class