menu
fast_app package
documentation
util/vm_plaform.dart
getPlatform function
getPlatform function
dark_mode
light_mode
getPlatform
function
String
getPlatform
(
)
Implementation
String getPlatform (){ return Platform.isIOS ? "ios" : 'android'; }
fast_app package
documentation
util/vm_plaform
getPlatform function
vm_plaform library