menu
customcommonfunctions package
documentation
commonfunctions.dart
commonFunctions
calculateStringLength static method
calculateStringLength static method
dark_mode
light_mode
calculateStringLength
static method
int
calculateStringLength
(
String
input
)
Implementation
static int calculateStringLength(String input) { return input.length; }
customcommonfunctions package
documentation
commonfunctions
commonFunctions
calculateStringLength static method
commonFunctions class