invoke method

void invoke()

Implementation

void invoke() {
  final c = waitFor<ConnectionI>(prx.reference.createConnection());
  _sendOnce(c);
}