getLdapResult method

Future<LdapResult> getLdapResult()

Implementation

Future<LdapResult> getLdapResult() {
  return _resultCompleter.future;
}