Opens url in the device's external browser using the native platform.
url
Future<String?> openExternalUrl(String url) { throw UnimplementedError('openExternalUrl() has not been implemented.'); }