getByType static method
Implementation
static int getByType(InAppMessageType type) {
return InAppMessageType.values.firstWhere((x) => x == type).value;
}
static int getByType(InAppMessageType type) {
return InAppMessageType.values.firstWhere((x) => x == type).value;
}