getAllMySharedServers method

ResponseFuture<ServerInfoList> getAllMySharedServers(
  1. Empty request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$7.ServerInfoList> getAllMySharedServers($0.Empty request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getAllMySharedServers, request, options: options);
}