menu
hubble_core package
documentation
utils/string/file_kind.dart
isURL function
isURL function
dark_mode
light_mode
isURL
function
bool
isURL
(
String
value
)
Implementation
bool isURL(String value) { return value.startsWith('http://') || value.startsWith('https://'); }
hubble_core package
documentation
utils/string/file_kind
isURL function
file_kind library