getDevicePlatformByValue static method
Implementation
static getDevicePlatformByValue(String platform) {
return DevicePlatform.values.firstWhere((e) => e.value == platform);
}
static getDevicePlatformByValue(String platform) {
return DevicePlatform.values.firstWhere((e) => e.value == platform);
}