join method

Future<void> join()

Implementation

Future<void> join() {
  return _callNative("join", null);
}