setAddress method

Future<void> setAddress(
  1. InternetAddress connection
)

A method to set an internet address on the platform.

Implementation

Future<void> setAddress(InternetAddress connection) {
  throw UnimplementedError('setAddress() has not been implemented.');
}