Opens a URL using the platform's default browser
Future<void> openUrl(String url) { throw UnimplementedError('openUrl() has not been implemented.'); }