getClientAddress method

Future<String?> getClientAddress()

Implementation

Future<String?> getClientAddress() {
  throw UnimplementedError('getClientAddress() has not been implemented.');
}