menu
countly_flutter_np package
documentation
countly_flutter.dart
Countly
isNullOrEmpty static method
isNullOrEmpty static method
dark_mode
light_mode
isNullOrEmpty
static method
bool
isNullOrEmpty
(
String
?
s
)
Implementation
static bool isNullOrEmpty(String? s) => s == null || s.isEmpty;
countly_flutter_np package
documentation
countly_flutter
Countly
isNullOrEmpty static method
Countly class