menu
chmwkuzrwshyhgsgzncj package
documentation
cometchat_chat_uikit.dart
Utils
isValidInteger static method
isValidInteger static method
dark_mode
light_mode
isValidInteger
static method
bool
isValidInteger
(
int
?
integer
)
Implementation
static bool isValidInteger(int? integer) { return integer != null && integer > 0; }
chmwkuzrwshyhgsgzncj package
documentation
cometchat_chat_uikit
Utils
isValidInteger static method
Utils class