Future<bool> canLaunchHubbleUrlString({required String urlString}) async{ return await canLaunchUrlString(urlString); }