setAddress method
A method to set an internet address on the platform.
Implementation
Future<void> setAddress(InternetAddress connection) {
throw UnimplementedError('setAddress() has not been implemented.');
}
A method to set an internet address on the platform.
Future<void> setAddress(InternetAddress connection) {
throw UnimplementedError('setAddress() has not been implemented.');
}