menu
flutter_easy package
documentation
utils/src/global_util.dart
canLaunch function
canLaunch function
dark_mode
light_mode
canLaunch
function
Future
<
bool
>
canLaunch
(
String
urlString
)
Implementation
Future<bool> canLaunch(String urlString) => urlLauncher.canLaunchUrl(Uri.parse(urlString));
flutter_easy package
documentation
utils/src/global_util
canLaunch function
global_util library