getCoHostCandidates abstract method

Future<CompletionHandler> getCoHostCandidates(
  1. String cursor
)

Get recommended host list that can connect with current host

  • cursor : Cursor

Implementation

Future<CompletionHandler> getCoHostCandidates(String cursor);