Dart
Dart
Example: Http.GetDomain method
Demonstrates theGetDomain method.
Chilkat Dart Downloads
import 'package:chilkat/chilkat.dart';
void main() {
final http = CkHttp();
final domain = http.getDomain('https://chilkatsoft.com/refdoc/csharp.asp');
print(domain);
// Output: chilkatsoft.com
}