reverse method

void reverse(
  1. String ip,
  2. void callback(
    1. dynamic error,
    2. List<String> hostnames
    )
)

Implementation

external void reverse(
    String ip, void Function(dynamic error, List<String> hostnames) callback);