menu
sop_cometchat package
documentation
cometchat_uikit_shared.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; }
sop_cometchat package
documentation
cometchat_uikit_shared
Utils
isValidInteger static method
Utils class