menu
web3modal_flutter package
documentation
utils/platform/platform_utils.dart
PlatformUtils
canDetectInstalledApps method
canDetectInstalledApps method
dark_mode
light_mode
canDetectInstalledApps
method
@
override
bool
canDetectInstalledApps
(
)
override
Implementation
@override bool canDetectInstalledApps() { return getPlatformType() == PlatformType.mobile; }
web3modal_flutter package
documentation
utils/platform/platform_utils
PlatformUtils
canDetectInstalledApps method
PlatformUtils class