addPeerAsParticipant_Pre method

Future<Empty> addPeerAsParticipant_Pre(
  1. ServiceCall $call,
  2. Future<PeerId> $request
)

Implementation

$async.Future<$8.Empty> addPeerAsParticipant_Pre(
    $grpc.ServiceCall $call, $async.Future<$7.PeerId> $request) async {
  return addPeerAsParticipant($call, await $request);
}