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