platformType method
Implementation
PlatformType platformType() {
if (kIsWeb) {
return PlatformType.web();
}
return PlatformType.app();
}
PlatformType platformType() {
if (kIsWeb) {
return PlatformType.web();
}
return PlatformType.app();
}